MatrixBase_row.cpp
Go to the documentation of this file.
1 Matrix3d m = Matrix3d::Identity();
2 m.row(1) = Vector3d(4,5,6);
3 cout << m << endl;
Matrix3d m
Matrix< double, 3, 3 > Matrix3d
3×3 matrix of type double.
Definition: Matrix.h:502
Matrix< double, 3, 1 > Vector3d
3×1 vector of type double.
Definition: Matrix.h:502