Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
ce425d92f1c1d199c8428c46b4c4ea3be81b137b
/
.
/
doc
/
snippets
/
MatrixBase_col.cpp
blob: ae287db3273b04cc776752bc71970af6b956c316 [
file
] [
log
] [
blame
]
Matrix3d
m
=
Matrix3d
::
identity
();
m
.
col
(
1
)
=
Vector3d
(
4
,
5
,
6
);
cout
<<
m
<<
endl
;