Cwise_tanh.cpp
Go to the documentation of this file.
1 ArrayXd v = ArrayXd::LinSpaced(5,0,1);
2 cout << tanh(v) << endl;
const TanhReturnType tanh() const
ArrayXd v
Definition: Cwise_tanh.cpp:1
Array< double, Dynamic, 1 > ArrayXd
Definition: Array.h:346