4 template<
typename Derived>
11 template<
typename Derived>
23 std::cout <<
"Now the matrix m is:" << std::endl <<
m << std::endl;
Expression of a fixed-size or dynamic-size block.
Base class for all dense matrices, vectors, and expressions.
static const IdentityReturnType Identity()
The matrix class, also used for vectors and row-vectors.
Eigen::Block< Derived > topLeftCorner(Eigen::MatrixBase< Derived > &m, int rows, int cols)