![]() |
|
#include <Eigen/Core>#include <iostream>Functions | |
| template<typename Derived > | |
| Eigen::Block< Derived > | topLeftCorner (Eigen::MatrixBase< Derived > &m, int rows, int cols) |
| template<typename Derived > | |
| const Eigen::Block< const Derived > | topLeftCorner (const Eigen::MatrixBase< Derived > &m, int rows, int cols) |
| int | main (int, char **) |
References m, and topLeftCorner().
| const Eigen::Block<const Derived> topLeftCorner | ( | const Eigen::MatrixBase< Derived > & | m, |
| int | rows, | ||
| int | cols | ||
| ) |
| Eigen::Block<Derived> topLeftCorner | ( | Eigen::MatrixBase< Derived > & | m, |
| int | rows, | ||
| int | cols | ||
| ) |