1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-05-05 18:24:06 +08:00
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;