Skip to content
GitLab
Explore
Sign in
libRaptorQ
external
eigen3
doc
snippets
MatrixBase_col.cpp
Find file
Normal view
History
Permalink
MatrixBase_col.cpp
82 B
Newer
Older
CMake rewrite
Luker
committed
Mar 07, 2016
1
2
3
Matrix3d
m
=
Matrix3d
::
Identity
();
m
.
col
(
1
)
=
Vector3d
(
4
,
5
,
6
);
cout
<<
m
<<
endl
;