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;
Definition: numpy.h:543
int array[12]


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:42:35