Sign in
eigen
/
mirror
/
7a88cdd6ad08b0fd7b2e0c5faa44999d7586ccb5
/
.
/
doc
/
snippets
/
MatrixBase_col.cpp
blob: cf0241e9b1c7eae4aa957e34604ac2e68abeebb2 [
file
]
Matrix3d
m
=
Matrix3d
::
Identity
();
m
.
col
(
1
)
=
Vector3d
(
4
,
5
,
6
);
cout
<<
m
<<
endl
;