xref
: /
external
/
eigen
/
doc
/
snippets
/
Cwise_log10.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
Array4d
v
(
-1
,
0
,
1
,
2
);
2
cout
<<
log10
(
v
) <<
endl
;
3