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