Cwise_tanh.cpp 64 B

12
  1. ArrayXd v = ArrayXd::LinSpaced(5,0,1);
  2. cout << tanh(v) << endl;