OpenGrok
Cross Reference: Cwise_sign.cpp
xref
: /
external
/
eigen
/
doc
/
snippets
/
Cwise_sign.cpp
Home
|
History
|
Annotate
|
Download
|
only in
snippets
1
Array3d
v(-
3,5
,
0
);
2
cout
<< v.
sign
() <<
endl
;
3