MatrixBase_setRandom.cpp 72 B

123
  1. Matrix4i m = Matrix4i::Zero();
  2. m.col(1).setRandom();
  3. cout << m << endl;