Sign in
eigen
/
mirror
/
3daf92c7a5e8288d47839e47a461b8d249d206f1
/
.
/
doc
/
snippets
/
Cwise_sign.cpp
blob: 49920e4f12c1eeb0e861267bcb310551d90fa372 [
file
] [
log
] [
blame
]
Array3d
v
(-
3
,
5
,
0
);
cout
<<
v
.
sign
()
<<
endl
;