Sign in
eigen
/
mirror
/
b6b8b54e5e2a83fe659c4bbe559c07fcd7874175
/
.
/
doc
/
snippets
/
MatrixBase_array.cpp
blob: 456d1d6185d82f19b49ec5000d2695e052f8b2fc [
file
]
Vector3d
v
(
1
,
2
,
3
);
v
.
array
()
+=
3
;
v
.
array
()
-=
2
;
cout
<<
v
<<
endl
;