Eigen 3.4.90
doc
snippets
Map_outer_stride.cpp
Go to the documentation of this file.
1
int
array
[12];
2
for
(
int
i
= 0;
i
< 12; ++
i
)
array
[
i
] =
i
;
3
cout << Map<MatrixXi, 0, OuterStride<> >(
array
, 3, 3, OuterStride<>(4)) << endl;
i
int i
Definition:
BiCGSTAB_step_by_step.cpp:9
array
int array[12]
Definition:
Map_outer_stride.cpp:1