blob: 30cd0450d9a51f2c706182370af7cbd4fc9d3435 [file] [log] [blame]
ArrayXd v = ArrayXd::LinSpaced(5,0,1);
cout << tanh(v) << endl;