mesytec-mnode/external/taskflow-3.8.0/3rd-party/eigen-3.3.7/doc/snippets/Cwise_sign.cpp

3 lines
45 B
C++
Raw Normal View History

2025-01-04 01:25:05 +01:00
Array3d v(-3,5,0);
cout << v.sign() << endl;