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