Sign in
eigen
/
mirror
/
d2a70fe4e2c0782f14767583c6f63b58c7a2fb4b
/
.
/
doc
/
snippets
/
Cwise_tan.cpp
blob: ccb85f599a5d1ab7854f4bfce0a2cd1a9c9186d6 [
file
] [
log
] [
blame
]
Array3d
v
(
EIGEN_PI
,
EIGEN_PI
/
2
,
EIGEN_PI
/
3
);
cout
<<
v
.
tan
()
<<
endl
;