eigen/doc/snippets/Cwise_erf.cpp

3 lines
49 B
C++
Raw Normal View History

Array4d v(-0.5,2,0,-7);
cout << v.erf() << endl;