6 template<
typename Derived>
13 template<
typename Derived>
22 Matrix4d
m = Matrix4d::Identity();
25 cout <<
"Now the matrix m is:" << endl << m << endl;
Namespace containing all symbols from the Eigen library.
Expression of a fixed-size or dynamic-size block.
Base class for all dense matrices, vectors, and expressions.
Eigen::Block< Derived > topLeftCorner(MatrixBase< Derived > &m, int rows, int cols)