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