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_row.cpp
blob
b15e6260c851b80b36f9f7530550b7c45eabde70
1
Matrix3d m
=
Matrix3d
::
Identity
();
2
m
.
row
(
1
) =
Vector3d
(
4
,
5
,
6
);
3
cout
<<
m
<<
endl
;