blob: 1b60a9a003fd8958457ac496282262865bf422ab [file] [log] [blame]
ArrayXd v = ArrayXd::LinSpaced(5, 0, 1);
cout << v.atan() << endl;