blob: 80ee75da5e82e096374442320103f11b4e9f5389 [file] [log] [blame]
ArrayXd v = ArrayXd::LinSpaced(5,0,1);
cout << cosh(v) << endl;