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