Cwise_atan.cpp
Go to the documentation of this file.
1 ArrayXd v = ArrayXd::LinSpaced(5,0,1);
2 cout << v.atan() << endl;
ArrayXd v
Definition: Cwise_atan.cpp:1
Array< double, Dynamic, 1 > ArrayXd
Definition: Array.h:346