Minor< MatrixType > Class Template Reference

Expression of a minor. More...

Inheritance diagram for Minor< MatrixType >:

List of all members.


Detailed Description

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

Expression of a minor.

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()

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