eigen/doc/snippets/Cwise_erfc.cpp

3 lines
50 B
C++
Raw Normal View History

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