Cwise_atan.cpp 65 B

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