Skip to content
Cwise_cosh.cpp 64 B
Newer Older
Luker's avatar
Luker committed
ArrayXd v = ArrayXd::LinSpaced(5,0,1);
cout << cosh(v) << endl;