Slicing_rawarray_cxx11.cpp
Go to the documentation of this file.
1 #if EIGEN_HAS_STATIC_ARRAY_TEMPLATE
2 MatrixXi A = MatrixXi::Random(4,6);
3 cout << "Initial matrix A:\n" << A << "\n\n";
4 cout << "A(all,{4,2,5,5,3}):\n" << A(all,{4,2,5,5,3}) << "\n\n";
5 #endif
static const Eigen::internal::all_t all
Matrix< SCALARA, Dynamic, Dynamic, opt_A > A
Definition: bench_gemm.cpp:48


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:35:50