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_cwiseQuotient.cpp
blob
969121208dacd79b7ba7fec645fe9da5316892af
1
Vector3d
v
(
2
,
3
,
4
),
w
(
4
,
2
,
3
);
2
cout
<<
v
.
cwiseQuotient
(
w
) <<
endl
;