#include <Eigen/Core>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int, char **) |
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 ** | |||
) |
Definition at line 20 of file class_Block.cpp.
Eigen::Block<Derived> topLeftCorner | ( | MatrixBase< Derived > & | m, |
int | rows, | ||
int | cols | ||
) |
Definition at line 8 of file class_Block.cpp.
const Eigen::Block<const Derived> topLeftCorner | ( | const MatrixBase< Derived > & | m, |
int | rows, | ||
int | cols | ||
) |
Definition at line 15 of file class_Block.cpp.