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