MatrixBase_setOnes.cpp 72 Bytes Edit Raw Blame History Permalink 1 2 3 Matrix4i m = Matrix4i::Random(); m.row(1).setOnes(); cout << m << endl;