1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-05-08 13:59:05 +08:00
eigen/doc/snippets/Cwise_minus.cpp

3 lines
43 B
C++

Array3d v(1, 2, 3);
cout << v - 5 << endl;