Cwise_tanh.cpp 66 Bytes
Newer Older
1
2
ArrayXd v = ArrayXd::LinSpaced(5, 0, 1);
cout << tanh(v) << endl;