MatrixBase_setOnes.cpp
Go to the documentation of this file.
1 Matrix4i m = Matrix4i::Random();
2 m.row(1).setOnes();
3 cout << m << endl;
Matrix4i m
Matrix< int, 4, 4 > Matrix4i
4×4 matrix of type int.
Definition: Matrix.h:500