#include <Eigen/Core>
#include <iostream>
◆ main()
10 Eigen::MatrixXd
m(2, 4);
11 m << 1, 2, 3, 4, 5, 6, 7, 8;
13 std::cout <<
"matrix m is:" << std::endl <<
m << std::endl;
14 std::cout <<
"matrix n is:" << std::endl <<
n << std::endl;
const unsigned n
Definition: CG3DPackingUnitTest.cpp:11
Eigen::Reshaped< Derived, 4, 2 > reshape_helper(Eigen::MatrixBase< Derived > &m)
Definition: class_FixedReshaped.cpp:5
int * m
Definition: level2_cplx_impl.h:294
References m, n, and reshape_helper().
◆ reshape_helper()
template<typename Derived >
Expression of a fixed-size or dynamic-size reshape.
Definition: Reshaped.h:99
References m.
Referenced by main().