Go to the source code of this file.
Functions | |
| int | main (int, char **) |
| template<typename Derived > | |
| const Eigen::Block< const Derived, 2, 2 > | topLeft2x2Corner (const Eigen::MatrixBase< Derived > &m) |
| template<typename Derived > | |
| Eigen::Block< Derived, 2, 2 > | topLeft2x2Corner (Eigen::MatrixBase< Derived > &m) |
| int main | ( | int | , |
| char ** | |||
| ) |
Definition at line 18 of file class_FixedBlock.cpp.
| const Eigen::Block<const Derived, 2, 2> topLeft2x2Corner | ( | const Eigen::MatrixBase< Derived > & | m | ) |
Definition at line 13 of file class_FixedBlock.cpp.
| Eigen::Block<Derived, 2, 2> topLeft2x2Corner | ( | Eigen::MatrixBase< Derived > & | m | ) |
Definition at line 6 of file class_FixedBlock.cpp.