|
TR-mbed 1.0
|
#include <Eigen/Core>#include <iostream>Functions | |
| template<typename Derived > | |
| Eigen::Block< Derived > | topLeftCorner (MatrixBase< Derived > &m, int rows, int cols) |
| template<typename Derived > | |
| const Eigen::Block< const Derived > | topLeftCorner (const MatrixBase< Derived > &m, int rows, int cols) |
| int | main (int, char **) |
| const Eigen::Block< const Derived > topLeftCorner | ( | const MatrixBase< Derived > & | m, |
| int | rows, | ||
| int | cols | ||
| ) |
| Eigen::Block< Derived > topLeftCorner | ( | MatrixBase< Derived > & | m, |
| int | rows, | ||
| int | cols | ||
| ) |