eigen/doc/snippets/Cwise_sign.cpp

3 lines
45 B
C++
Raw Normal View History

Array3d v(-3,5,0);
cout << v.sign() << endl;