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