Files
eigen/doc/snippets/Cwise_tan.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
74 B
C++
Raw Permalink Normal View History

2025-02-01 00:00:31 +00:00
Array3d v(EIGEN_PI, EIGEN_PI / 2, EIGEN_PI / 3);
2011-02-03 14:34:40 +01:00
cout << v.tan() << endl;