WPILibC++ 2023.4.3-108-ge5452e3
Eigen::Inverse< XprType > Class Template Reference

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

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Core/Inverse.h>

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

Public Types

typedef XprType::StorageIndex StorageIndex
 
typedef XprType::Scalar Scalar
 
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 EIGEN_CONSTEXPR Index rows () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index cols () const EIGEN_NOEXCEPT
 
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.

Member Typedef Documentation

◆ Nested

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

◆ NestedExpression

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

◆ Scalar

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

◆ StorageIndex

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

◆ XprTypeNested

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

◆ XprTypeNestedCleaned

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

Constructor & Destructor Documentation

◆ Inverse()

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

Member Function Documentation

◆ cols()

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

◆ nestedExpression()

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

◆ rows()

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

Member Data Documentation

◆ m_xpr

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

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