Eigen 3.4.90
doc
snippets
MatrixBase_ones.cpp
Go to the documentation of this file.
1
cout << Matrix2d::Ones() << endl;
2
cout << 6 * RowVector4i::Ones() << endl;