blob: ae287db3273b04cc776752bc71970af6b956c316 [file] [log] [blame]
Matrix3d m = Matrix3d::identity();
m.col(1) = Vector3d(4,5,6);
cout << m << endl;