eigen/doc/snippets/Cwise_erfc.cpp
2015-12-30 15:12:15 +01:00

3 lines
50 B
C++

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