OSVR-Core
Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::solve_retval_with_guess< DecompositionType, Rhs, Guess > Struct Template Reference
Inheritance diagram for Eigen::internal::solve_retval_with_guess< DecompositionType, Rhs, Guess >:
Eigen::ReturnByValue< solve_retval_with_guess< DecompositionType, Rhs, Guess > > Eigen::internal::no_assignment_operator

Public Types

typedef DecompositionType::Index Index
 
- Public Types inherited from Eigen::ReturnByValue< solve_retval_with_guess< DecompositionType, Rhs, Guess > >
typedef internal::traits< solve_retval_with_guess< DecompositionType, Rhs, Guess > >::ReturnType ReturnType
 
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 

Public Member Functions

 solve_retval_with_guess (const DecompositionType &dec, const Rhs &rhs, const Guess &guess)
 
Index rows () const
 
Index cols () const
 
template<typename Dest >
void evalTo (Dest &dst) const
 
- Public Member Functions inherited from Eigen::ReturnByValue< solve_retval_with_guess< DecompositionType, Rhs, Guess > >
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)
 
Unusable & packet (Index) const
 
Unusable & packet (Index, Index) const
 

Protected Attributes

const DecompositionType & m_dec
 
const Rhs::Nested m_rhs
 
const Guess::Nested m_guess
 

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