Expression of a minor. More...
#include <Minor.h>
Public Types | |
typedef MatrixBase< Minor > | Base |
Public Member Functions | |
const Scalar | coeff (Index row, Index col) const |
Scalar & | coeffRef (Index row, Index col) |
Index | cols () const |
Minor (const MatrixType &matrix, Index row, Index col) | |
Index | rows () const |
Protected Attributes | |
const Index | m_col |
const MatrixType::Nested | m_matrix |
const Index | 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.
typedef MatrixBase<Minor> Minor< MatrixType >::Base |
Reimplemented from MatrixBase< Minor< MatrixType > >.
Minor< MatrixType >::Minor | ( | const MatrixType & | matrix, |
Index | row, | ||
Index | col | ||
) | [inline] |
Index Minor< MatrixType >::cols | ( | void | ) | const [inline] |
Index Minor< MatrixType >::rows | ( | void | ) | const [inline] |
const Index Minor< MatrixType >::m_col [protected] |
const MatrixType::Nested Minor< MatrixType >::m_matrix [protected] |
const Index Minor< MatrixType >::m_row [protected] |