#include <SparseSolve.h>

| Public Types | |
| typedef DecompositionType::Index | Index | 
|  Public Types inherited from Eigen::ReturnByValue< solve_retval_with_guess< DecompositionType, Rhs, Guess > > | |
| typedef internal::dense_xpr_base< ReturnByValue >::type | Base | 
| typedef internal::traits< solve_retval_with_guess< DecompositionType, Rhs, Guess > >::ReturnType | ReturnType | 
| Public Member Functions | |
| Index | cols () const | 
| template<typename Dest > | |
| void | evalTo (Dest &dst) const | 
| Index | rows () const | 
| solve_retval_with_guess (const DecompositionType &dec, const Rhs &rhs, const Guess &guess) | |
|  Public Member Functions inherited from Eigen::ReturnByValue< solve_retval_with_guess< DecompositionType, Rhs, Guess > > | |
| const Unusable & | coeff (Index) const | 
| const Unusable & | coeff (Index, Index) const | 
| Unusable & | coeffRef (Index) | 
| Unusable & | coeffRef (Index, Index) | 
| Index | cols () const | 
| void | evalTo (Dest &dst) const | 
| Index | rows () const | 
| Protected Attributes | |
| const DecompositionType & | m_dec | 
| const Guess::Nested | m_guess | 
| const Rhs::Nested | m_rhs | 
Definition at line 86 of file SparseSolve.h.
| typedef DecompositionType::Index Eigen::internal::solve_retval_with_guess< DecompositionType, Rhs, Guess >::Index | 
Definition at line 103 of file SparseSolve.h.
| 
 | inline | 
Definition at line 105 of file SparseSolve.h.
| 
 | inline | 
Definition at line 110 of file SparseSolve.h.
| 
 | inline | 
Definition at line 112 of file SparseSolve.h.
| 
 | inline | 
Definition at line 109 of file SparseSolve.h.
| 
 | protected | 
Definition at line 119 of file SparseSolve.h.
| 
 | protected | 
Definition at line 121 of file SparseSolve.h.
| 
 | protected | 
Definition at line 120 of file SparseSolve.h.