4 template<
typename Derived>
17 std::cout <<
"matrix m is:" << std::endl <<
m << std::endl;
18 std::cout <<
"matrix n is:" << std::endl <<
n << std::endl;
Base class for all dense matrices, vectors, and expressions.
The matrix class, also used for vectors and row-vectors.
Expression of a fixed-size or dynamic-size reshape.
Eigen::Reshaped< Derived, 4, 2 > reshape_helper(Eigen::MatrixBase< Derived > &m)