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