Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::InverseImpl< XprType, StorageKind > Class Template Reference

#include <src/eigen/Eigen/src/Core/Inverse.h>

+ Inheritance diagram for Eigen::InverseImpl< XprType, StorageKind >:
+ Collaboration diagram for Eigen::InverseImpl< XprType, StorageKind >:

Public Types

typedef internal::generic_xpr_base< Inverse< XprType > >::type Base
 
typedef XprType::Scalar Scalar
 

Private Member Functions

Scalar coeff (Index row, Index col) const
 
Scalar coeff (Index i) const
 

Detailed Description

template<typename XprType, typename StorageKind>
class Eigen::InverseImpl< XprType, StorageKind >

Member Typedef Documentation

◆ Base

template<typename XprType , typename StorageKind >
typedef internal::generic_xpr_base<Inverse<XprType>>::type Eigen::InverseImpl< XprType, StorageKind >::Base

◆ Scalar

template<typename XprType , typename StorageKind >
typedef XprType::Scalar Eigen::InverseImpl< XprType, StorageKind >::Scalar

Member Function Documentation

◆ coeff() [1/2]

template<typename XprType , typename StorageKind >
Scalar Eigen::InverseImpl< XprType, StorageKind >::coeff ( Index  i) const
private

◆ coeff() [2/2]

template<typename XprType , typename StorageKind >
Scalar Eigen::InverseImpl< XprType, StorageKind >::coeff ( Index  row,
Index  col 
) const
private

Referenced by Eigen::PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex >::PermutationMatrix().

+ Here is the caller graph for this function:

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