List of all members
Minor< MatrixType > Class Template Reference

Expression of a minor. More...

+ Inheritance diagram for Minor< MatrixType >:

Detailed Description

template<typename MatrixType>
class Eigen::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()

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