repo.or.cz
/
librepilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git]
/
ground
/
gcs
/
src
/
libs
/
eigen
/
doc
/
snippets
/
MatrixBase_array.cpp
blob
f215086db2cbc1b604dcf5f018e9416091857fd9
1
Vector3d
v
(
1
,
2
,
3
);
2
v
.
array
() +=
3
;
3
v
.
array
() -=
2
;
4
cout
<<
v
<<
endl
;