Sign in
eigen
/
mirror
/
7e0972963edfa2cd4bcb3be56aa1f6e7cc9293cd
/
.
/
doc
/
snippets
/
Cwise_cos.cpp
blob: 930d852d6fa60ff20902d755a17c8a7166b05410 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
Array3d
v
(
EIGEN_PI
,
EIGEN_PI
/
2
,
EIGEN_PI
/
3
);
cout
<<
v
.
cos
()
<<
endl
;