1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-05-04 01:34:07 +08:00
eigen/doc/snippets/Cwise_atan.cpp
Jitse Niesen de150b1e14 Add documentation and very simple test for array atan(), part 2
(files I forget in the previous commit).
2014-06-19 15:12:33 +01:00

3 lines
65 B
C++

ArrayXd v = ArrayXd::LinSpaced(5,0,1);
cout << v.atan() << endl;