Sign in
◑
Theme
eigen
/
mirror
/
refs/heads/cuda-sm60-arch-floor
/
.
/
doc
/
snippets
/
Cwise_tan.cpp
blob: 6e26d4ffce81567f9b0d11a4f274ee24452669b8 [
file
] [
edit
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
Array3d
v
(
EIGEN_PI
,
EIGEN_PI
/
2
,
EIGEN_PI
/
3
);
cout
<<
v
.
tan
()
<<
endl
;