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