compbio
Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::Inverse< XprType > Class Template Reference

Expression of the inverse of another expression. More...

#include <Inverse.h>

Inheritance diagram for Eigen::Inverse< XprType >:
Eigen::InverseImpl< XprType, internal::traits< XprType >::StorageKind >

Public Types

typedef XprType::StorageIndex StorageIndex
 
typedef XprType::PlainObject PlainObject
 
typedef internal::ref_selector< XprType >::type XprTypeNested
 
typedef internal::remove_all< XprTypeNested >::type XprTypeNestedCleaned
 
typedef internal::ref_selector< Inverse >::type Nested
 
typedef internal::remove_all< XprType >::type NestedExpression
 
- Public Types inherited from Eigen::InverseImpl< XprType, internal::traits< XprType >::StorageKind >
typedef internal::generic_xpr_base< Inverse< XprType > >::type Base
 
typedef XprType::Scalar Scalar
 

Public Member Functions

EIGEN_DEVICE_FUNC Inverse (const XprType &xpr)
 
EIGEN_DEVICE_FUNC Index rows () const
 
EIGEN_DEVICE_FUNC Index cols () const
 
EIGEN_DEVICE_FUNC const XprTypeNestedCleanednestedExpression () const
 

Protected Attributes

XprTypeNested m_xpr
 

Detailed Description

template<typename XprType>
class Eigen::Inverse< XprType >

Expression of the inverse of another expression.

Template Parameters
XprTypethe type of the expression we are taking the inverse

This class represents an abstract expression of A.inverse() and most of the time this is the only way it is used.


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