Minor< MatrixType > Class Template Reference

Expression of a minor. More...

List of all members.

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

Detailed Description

template<typename MatrixType>
class Eigen::Minor< MatrixType >

Expression of a minor.

Warning:
This is not considered to be part of the stable public API yet. Changes may happen in future releases. See Experimental parts of Eigen
Parameters:
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.

See also:
MatrixBase::minor()

Member Function Documentation

int cols ( void   )  const [inline]
Returns:
the number of columns.
See also:
rows(), ColsAtCompileTime

Reimplemented from MatrixBase< Minor< MatrixType > >.

int rows ( void   )  const [inline]
Returns:
the number of rows.
See also:
cols(), RowsAtCompileTime

Reimplemented from MatrixBase< Minor< MatrixType > >.


The documentation for this class was generated from the following file:
Generated on Sun Aug 1 22:06:53 2010 for Eigen by  doxygen 1.6.3