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