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
/
Map_general_stride.cpp
blob
0657e7f845b5a9568722b8a6720d7f89b22fa7ee
1
int
array
[
24
];
2
for
(
int
i
=
0
;
i
<
24
; ++
i
)
array
[
i
] =
i
;
3
cout
<<
Map
<
MatrixXi
,
0
,
Stride
<
Dynamic
,
2
> >
4
(
array
,
3
,
3
,
Stride
<
Dynamic
,
2
>(
8
,
2
))
5
<<
endl
;