1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-05-10 06:49:04 +08:00
eigen/doc/snippets/MatrixBase_ones.cpp
2008-01-03 19:36:32 +00:00

3 lines
75 B
C++

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