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
Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git]
/
ground
/
gcs
/
src
/
libs
/
eigen
/
doc
/
snippets
/
MatrixBase_cwiseMax.cpp
blob
3c956818bd5f5f162c67c6f9b06f6e7b50aa4693
1
Vector3d
v
(
2
,
3
,
4
),
w
(
4
,
2
,
3
);
2
cout
<<
v
.
cwiseMax
(
w
) <<
endl
;