4 template<
typename Derived>
17 std::cout <<
m << std::endl;
19 std::cout <<
"Matrix m is:" << std::endl <<
m << std::endl;
20 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.
A matrix or vector expression mapping an existing expression.
Expression of a fixed-size or dynamic-size reshape.
const Eigen::Reshaped< const Derived > reshape_helper(const Eigen::MatrixBase< Derived > &m, int rows, int cols)