Home | History | Annotate | Download | only in snippets
      1 ArrayXd v = ArrayXd::LinSpaced(5,0,1);
      2 cout << tanh(v) << endl;
      3