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