Expression of a minor. More...
#include <Minor.h>

Public Member Functions | |
| const Scalar | coeff (int row, int col) const |
| Scalar & | coeffRef (int row, int col) |
| int | cols () const |
| Minor (const MatrixType &matrix, int row, int col) | |
| int | rows () const |
Protected Attributes | |
| const int | m_col |
| const MatrixType::Nested | m_matrix |
| const int | m_row |
Expression of a minor.
| MatrixType | the type of the object in which we are taking a minor |
This class represents an expression of a minor. It is the return type of MatrixBase::minor() and most of the time this is the only way it is used.
Definition at line 61 of file Minor.h.
| const Scalar Minor< MatrixType >::coeff | ( | int | row, | |
| int | col | |||
| ) | const [inline] |
Reimplemented from MatrixBase< Minor< MatrixType > >.
Reimplemented from MatrixBase< Minor< MatrixType > >.
| int Minor< MatrixType >::cols | ( | void | ) | const [inline] |
Reimplemented from MatrixBase< Minor< MatrixType > >.
| int Minor< MatrixType >::rows | ( | void | ) | const [inline] |
Reimplemented from MatrixBase< Minor< MatrixType > >.