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 >:
Inheritance graph
[legend]

Public Types

typedef internal::ref_selector< Inverse >::type Nested
 
typedef internal::remove_all< XprType >::type NestedExpression
 
typedef XprType::Scalar Scalar
 
typedef XprType::StorageIndex StorageIndex
 
typedef internal::ref_selector< XprType >::type XprTypeNested
 
typedef internal::remove_all< XprTypeNested >::type XprTypeNestedCleaned
 
- 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 EIGEN_CONSTEXPR Index cols () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC Inverse (const XprType &xpr)
 
EIGEN_DEVICE_FUNC const XprTypeNestedCleanednestedExpression () const
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index rows () const EIGEN_NOEXCEPT
 

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.

Definition at line 43 of file Inverse.h.

Member Typedef Documentation

◆ Nested

template<typename XprType>
typedef internal::ref_selector<Inverse>::type Eigen::Inverse< XprType >::Nested

Definition at line 50 of file Inverse.h.

◆ NestedExpression

template<typename XprType>
typedef internal::remove_all<XprType>::type Eigen::Inverse< XprType >::NestedExpression

Definition at line 51 of file Inverse.h.

◆ Scalar

template<typename XprType>
typedef XprType::Scalar Eigen::Inverse< XprType >::Scalar

Definition at line 47 of file Inverse.h.

◆ StorageIndex

template<typename XprType>
typedef XprType::StorageIndex Eigen::Inverse< XprType >::StorageIndex

Definition at line 46 of file Inverse.h.

◆ XprTypeNested

template<typename XprType>
typedef internal::ref_selector<XprType>::type Eigen::Inverse< XprType >::XprTypeNested

Definition at line 48 of file Inverse.h.

◆ XprTypeNestedCleaned

Definition at line 49 of file Inverse.h.

Constructor & Destructor Documentation

◆ Inverse()

template<typename XprType>
EIGEN_DEVICE_FUNC Eigen::Inverse< XprType >::Inverse ( const XprType xpr)
inlineexplicit

Definition at line 53 of file Inverse.h.

Member Function Documentation

◆ cols()

template<typename XprType>
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::Inverse< XprType >::cols ( void  ) const
inline

Definition at line 58 of file Inverse.h.

◆ nestedExpression()

template<typename XprType>
EIGEN_DEVICE_FUNC const XprTypeNestedCleaned& Eigen::Inverse< XprType >::nestedExpression ( ) const
inline

Definition at line 60 of file Inverse.h.

◆ rows()

template<typename XprType>
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::Inverse< XprType >::rows ( void  ) const
inline

Definition at line 57 of file Inverse.h.

Member Data Documentation

◆ m_xpr

template<typename XprType>
XprTypeNested Eigen::Inverse< XprType >::m_xpr
protected

Definition at line 63 of file Inverse.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:41:48