Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Public Member Functions | Protected Attributes
Eigen::internal::triangular_solve_retval< Side, TriangularType, Rhs > Struct Template Reference
+ Inheritance diagram for Eigen::internal::triangular_solve_retval< Side, TriangularType, Rhs >:
+ Collaboration diagram for Eigen::internal::triangular_solve_retval< Side, TriangularType, Rhs >:

Public Types

typedef remove_all< typename Rhs::Nested >::type RhsNestedCleaned
 
typedef ReturnByValue< triangular_solve_retvalBase
 
typedef Base::Index Index
 
- Public Types inherited from Eigen::ReturnByValue< triangular_solve_retval< Side, TriangularType, Rhs > >
typedef internal::traits< triangular_solve_retval< Side, TriangularType, Rhs > >::ReturnType ReturnType
 
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 

Public Member Functions

 triangular_solve_retval (const TriangularType &tri, const Rhs &rhs)
 
Index rows () const
 
Index cols () const
 
template<typename Dest >
void evalTo (Dest &dst) const
 
- Public Member Functions inherited from Eigen::ReturnByValue< triangular_solve_retval< Side, TriangularType, 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)
 

Protected Attributes

const TriangularType & m_triangularMatrix
 
Rhs::Nested m_rhs
 

Detailed Description

template<int Side, typename TriangularType, typename Rhs>
struct Eigen::internal::triangular_solve_retval< Side, TriangularType, Rhs >

Definition at line 230 of file SolveTriangular.h.


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