6 template<
typename Derived>
21 cout <<
"Matrix m is:" << endl << m << endl;
22 cout <<
"Matrix n is:" << endl << n << endl;
const Reshaped< const Derived > reshape_helper(const MatrixBase< Derived > &m, int rows, int cols)
Namespace containing all symbols from the Eigen library.
A matrix or vector expression mapping an existing expression.
Expression of a fixed-size or dynamic-size reshape.
Base class for all dense matrices, vectors, and expressions.