Blender  V3.3
Public Types | List of all members
Eigen::internal::traits< ConstrainedConjugateGradient< _MatrixType, _UpLo, _FilterMatrixType, _Preconditioner > > Struct Template Reference

#include <ConstrainedConjugateGradient.h>

Public Types

typedef _MatrixType MatrixType
 
typedef _FilterMatrixType FilterMatrixType
 
typedef _Preconditioner Preconditioner
 

Detailed Description

template<typename _MatrixType, int _UpLo, typename _FilterMatrixType, typename _Preconditioner>
struct Eigen::internal::traits< ConstrainedConjugateGradient< _MatrixType, _UpLo, _FilterMatrixType, _Preconditioner > >

Definition at line 138 of file ConstrainedConjugateGradient.h.

Member Typedef Documentation

◆ FilterMatrixType

template<typename _MatrixType , int _UpLo, typename _FilterMatrixType , typename _Preconditioner >
typedef _FilterMatrixType Eigen::internal::traits< ConstrainedConjugateGradient< _MatrixType, _UpLo, _FilterMatrixType, _Preconditioner > >::FilterMatrixType

Definition at line 141 of file ConstrainedConjugateGradient.h.

◆ MatrixType

template<typename _MatrixType , int _UpLo, typename _FilterMatrixType , typename _Preconditioner >
typedef _MatrixType Eigen::internal::traits< ConstrainedConjugateGradient< _MatrixType, _UpLo, _FilterMatrixType, _Preconditioner > >::MatrixType

Definition at line 140 of file ConstrainedConjugateGradient.h.

◆ Preconditioner

template<typename _MatrixType , int _UpLo, typename _FilterMatrixType , typename _Preconditioner >
typedef _Preconditioner Eigen::internal::traits< ConstrainedConjugateGradient< _MatrixType, _UpLo, _FilterMatrixType, _Preconditioner > >::Preconditioner

Definition at line 142 of file ConstrainedConjugateGradient.h.


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