2
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-02-17 18:09:55 +08:00
eigen/doc/snippets/MatrixBase_ones.cpp

3 lines
75 B
C++
Raw Normal View History

cout << Matrix2d::ones() << endl;
cout << 6 * RowVector4i::ones() << endl;