Skip to content
GitLab
Explore
Sign in
libRaptorQ
external
eigen3
doc
snippets
MatrixBase_array.cpp
Find file
Normal view
History
Permalink
MatrixBase_array.cpp
70 B
Newer
Older
CMake rewrite
Luker
committed
Mar 07, 2016
1
2
3
4
Vector3d
v
(
1
,
2
,
3
);
v
.
array
()
+=
3
;
v
.
array
()
-=
2
;
cout
<<
v
<<
endl
;