#include <Solve.h>

Public Types | |
| typedef ReturnByValue < solve_retval_base > | Base |
| typedef _DecompositionType | DecompositionType |
| typedef Base::Index | Index |
| typedef remove_all< typename Rhs::Nested >::type | RhsNestedCleaned |
Public Member Functions | |
| Index | cols () const |
| const DecompositionType & | dec () const |
| template<typename Dest > | |
| void | evalTo (Dest &dst) const |
| const RhsNestedCleaned & | rhs () const |
| Index | rows () const |
| solve_retval_base (const DecompositionType &dec, const Rhs &rhs) | |
Protected Attributes | |
| const DecompositionType & | m_dec |
| const Rhs::Nested | m_rhs |
Definition at line 45 of file Eigen/src/misc/Solve.h.
| typedef ReturnByValue<solve_retval_base> internal::solve_retval_base< _DecompositionType, Rhs >::Base |
Reimplemented from ReturnByValue< solve_retval_base< _DecompositionType, Rhs > >.
Definition at line 50 of file Eigen/src/misc/Solve.h.
| typedef _DecompositionType internal::solve_retval_base< _DecompositionType, Rhs >::DecompositionType |
Definition at line 49 of file Eigen/src/misc/Solve.h.
| typedef Base::Index internal::solve_retval_base< _DecompositionType, Rhs >::Index |
Definition at line 51 of file Eigen/src/misc/Solve.h.
| typedef remove_all<typename Rhs::Nested>::type internal::solve_retval_base< _DecompositionType, Rhs >::RhsNestedCleaned |
Definition at line 48 of file Eigen/src/misc/Solve.h.
| internal::solve_retval_base< _DecompositionType, Rhs >::solve_retval_base | ( | const DecompositionType & | dec, |
| const Rhs & | rhs | ||
| ) | [inline] |
Definition at line 53 of file Eigen/src/misc/Solve.h.
| Index internal::solve_retval_base< _DecompositionType, Rhs >::cols | ( | void | ) | const [inline] |
Reimplemented from ReturnByValue< solve_retval_base< _DecompositionType, Rhs > >.
Definition at line 58 of file Eigen/src/misc/Solve.h.
| const DecompositionType& internal::solve_retval_base< _DecompositionType, Rhs >::dec | ( | ) | const [inline] |
Definition at line 59 of file Eigen/src/misc/Solve.h.
| void internal::solve_retval_base< _DecompositionType, Rhs >::evalTo | ( | Dest & | dst | ) | const [inline] |
Reimplemented from ReturnByValue< solve_retval_base< _DecompositionType, Rhs > >.
Reimplemented in internal::solve_retval< FullPivLU< _MatrixType >, Rhs >, internal::solve_retval< JacobiSVD< _MatrixType, QRPreconditioner >, Rhs >, internal::solve_retval< ColPivHouseholderQR< _MatrixType >, Rhs >, internal::solve_retval< FullPivHouseholderQR< _MatrixType >, Rhs >, internal::solve_retval< SimplicialCholesky< _MatrixType, _UpLo >, Rhs >, internal::solve_retval< PartialPivLU< _MatrixType >, Rhs >, internal::solve_retval< SparseLDLT< _MatrixType, Cholmod >, Rhs >, internal::solve_retval< CholmodDecomposition< _MatrixType, _UpLo >, Rhs >, internal::solve_retval< LDLT< _MatrixType, _UpLo >, Rhs >, internal::solve_retval< LLT< _MatrixType, UpLo >, Rhs >, internal::solve_retval< HouseholderQR< _MatrixType >, Rhs >, internal::solve_retval< SparseLU< _MatrixType, UmfPack >, Rhs >, internal::solve_retval< SparseLDLT< _MatrixType >, Rhs >, internal::solve_retval< SparseLLT< _MatrixType, Cholmod >, Rhs >, and internal::solve_retval< SparseLLT< _MatrixType >, Rhs >.
Definition at line 62 of file Eigen/src/misc/Solve.h.
| const RhsNestedCleaned& internal::solve_retval_base< _DecompositionType, Rhs >::rhs | ( | ) | const [inline] |
Definition at line 60 of file Eigen/src/misc/Solve.h.
| Index internal::solve_retval_base< _DecompositionType, Rhs >::rows | ( | void | ) | const [inline] |
Reimplemented from ReturnByValue< solve_retval_base< _DecompositionType, Rhs > >.
Definition at line 57 of file Eigen/src/misc/Solve.h.
const DecompositionType& internal::solve_retval_base< _DecompositionType, Rhs >::m_dec [protected] |
Definition at line 68 of file Eigen/src/misc/Solve.h.
const Rhs::Nested internal::solve_retval_base< _DecompositionType, Rhs >::m_rhs [protected] |
Definition at line 69 of file Eigen/src/misc/Solve.h.