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