eigen/doc/snippets/Cwise_tanh.cpp

3 lines
66 B
C++
Raw Normal View History

ArrayXd v = ArrayXd::LinSpaced(5, 0, 1);
2015-03-17 01:40:28 +08:00
cout << tanh(v) << endl;