Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Public Member Functions
Eigen::internal::sparse_solve_retval< SuperLUBase< _MatrixType, Derived >, Rhs > Struct Template Reference
+ Inheritance diagram for Eigen::internal::sparse_solve_retval< SuperLUBase< _MatrixType, Derived >, Rhs >:
+ Collaboration diagram for Eigen::internal::sparse_solve_retval< SuperLUBase< _MatrixType, Derived >, Rhs >:

Public Types

typedef SuperLUBase< _MatrixType, Derived > Dec
 
- Public Types inherited from Eigen::internal::sparse_solve_retval_base< SuperLUBase< _MatrixType, Derived >, Rhs >
typedef remove_all< typename Rhs::Nested >::type RhsNestedCleaned
 
typedef SuperLUBase< _MatrixType, Derived > DecompositionType
 
typedef ReturnByValue< sparse_solve_retval_baseBase
 
typedef Base::Index Index
 
- Public Types inherited from Eigen::ReturnByValue< sparse_solve_retval_base< SuperLUBase< _MatrixType, Derived >, Rhs > >
typedef internal::traits< sparse_solve_retval_base< SuperLUBase< _MatrixType, Derived >, Rhs > >::ReturnType ReturnType
 
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 

Public Member Functions

template<typename Dest >
void evalTo (Dest &dst) const
 
- Public Member Functions inherited from Eigen::internal::sparse_solve_retval_base< SuperLUBase< _MatrixType, Derived >, Rhs >
 sparse_solve_retval_base (const DecompositionType &dec, const Rhs &rhs)
 
Index rows () const
 
Index cols () const
 
const DecompositionType & dec () const
 
const RhsNestedCleaned & rhs () const
 
void evalTo (Dest &dst) const
 
- Public Member Functions inherited from Eigen::ReturnByValue< sparse_solve_retval_base< SuperLUBase< _MatrixType, Derived >, Rhs > >
void evalTo (Dest &dst) const
 
Index rows () const
 
Index cols () const
 
const Unusable & coeff (Index) const
 
const Unusable & coeff (Index, Index) const
 
Unusable & coeffRef (Index)
 
Unusable & coeffRef (Index, Index)
 

Additional Inherited Members

- Protected Member Functions inherited from Eigen::internal::sparse_solve_retval_base< SuperLUBase< _MatrixType, Derived >, Rhs >
void defaultEvalTo (SparseMatrix< DestScalar, DestOptions, DestIndex > &dst) const
 
- Protected Attributes inherited from Eigen::internal::sparse_solve_retval_base< SuperLUBase< _MatrixType, Derived >, Rhs >
const DecompositionType & m_dec
 
Rhs::Nested m_rhs
 

Detailed Description

template<typename _MatrixType, typename Derived, typename Rhs>
struct Eigen::internal::sparse_solve_retval< SuperLUBase< _MatrixType, Derived >, Rhs >

Definition at line 1010 of file SuperLUSupport.h.


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