Public Types | Public Member Functions | Protected Attributes
Minor< MatrixType > Class Template Reference

Expression of a minor. More...

#include <Minor.h>

Inheritance diagram for Minor< MatrixType >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef MatrixBase< MinorBase

Public Member Functions

const Scalar coeff (Index row, Index col) const
ScalarcoeffRef (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

Detailed Description

template<typename MatrixType>
class Minor< MatrixType >

Expression of a minor.

Parameters:
MatrixTypethe 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()

Definition at line 66 of file Minor.h.


Member Typedef Documentation

template<typename MatrixType>
typedef MatrixBase<Minor> Minor< MatrixType >::Base

Reimplemented from MatrixBase< Minor< MatrixType > >.

Definition at line 71 of file Minor.h.


Constructor & Destructor Documentation

template<typename MatrixType>
Minor< MatrixType >::Minor ( const MatrixType matrix,
Index  row,
Index  col 
) [inline]

Definition at line 74 of file Minor.h.


Member Function Documentation

template<typename MatrixType>
const Scalar Minor< MatrixType >::coeff ( Index  row,
Index  col 
) const [inline]

Definition at line 92 of file Minor.h.

template<typename MatrixType>
Scalar& Minor< MatrixType >::coeffRef ( Index  row,
Index  col 
) [inline]

Definition at line 87 of file Minor.h.

template<typename MatrixType>
Index Minor< MatrixType >::cols ( void  ) const [inline]

Definition at line 85 of file Minor.h.

template<typename MatrixType>
Index Minor< MatrixType >::rows ( void  ) const [inline]

Definition at line 84 of file Minor.h.


Member Data Documentation

template<typename MatrixType>
const Index Minor< MatrixType >::m_col [protected]

Definition at line 99 of file Minor.h.

template<typename MatrixType>
const MatrixType::Nested Minor< MatrixType >::m_matrix [protected]

Definition at line 98 of file Minor.h.

template<typename MatrixType>
const Index Minor< MatrixType >::m_row [protected]

Definition at line 99 of file Minor.h.


The documentation for this class was generated from the following file:


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:15