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