Pseudo expression representing a solving operation. More...
Inherits internal::generic_xpr_base::type.
Public Types | |
typedef internal::generic_xpr_base< SolveWithGuess< Decomposition, RhsType, GuessType >, MatrixXpr, typename internal::traits< RhsType >::StorageKind >::type | Base |
typedef internal::ref_selector< SolveWithGuess >::type | Nested |
typedef internal::traits< SolveWithGuess >::PlainObject | PlainObject |
typedef internal::traits< SolveWithGuess >::Scalar | Scalar |
Public Member Functions | |
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
const Decomposition & | dec () const |
const GuessType & | guess () const |
const RhsType & | rhs () const |
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
SolveWithGuess (const Decomposition &dec, const RhsType &rhs, const GuessType &guess) | |
Protected Attributes | |
const Decomposition & | m_dec |
const GuessType & | m_guess |
const RhsType & | m_rhs |
Private Member Functions | |
Scalar | coeff (Index i) const |
Scalar | coeff (Index row, Index col) const |
Pseudo expression representing a solving operation.
Decomposition | the type of the matrix or decomposion object |
Rhstype | the type of the right-hand side |
This class represents an expression of A.solve(B) and most of the time this is the only way it is used.
Definition at line 19 of file SolveWithGuess.h.
typedef internal::generic_xpr_base<SolveWithGuess<Decomposition,RhsType,GuessType>, MatrixXpr, typename internal::traits<RhsType>::StorageKind>::type Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >::Base |
Definition at line 48 of file SolveWithGuess.h.
typedef internal::ref_selector<SolveWithGuess>::type Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >::Nested |
Definition at line 49 of file SolveWithGuess.h.
typedef internal::traits<SolveWithGuess>::PlainObject Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >::PlainObject |
Definition at line 47 of file SolveWithGuess.h.
typedef internal::traits<SolveWithGuess>::Scalar Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >::Scalar |
Definition at line 46 of file SolveWithGuess.h.
|
inline |
Definition at line 51 of file SolveWithGuess.h.
|
private |
|
private |
|
inline |
Definition at line 58 of file SolveWithGuess.h.
|
inline |
Definition at line 60 of file SolveWithGuess.h.
|
inline |
Definition at line 62 of file SolveWithGuess.h.
|
inline |
Definition at line 61 of file SolveWithGuess.h.
|
inline |
Definition at line 56 of file SolveWithGuess.h.
|
protected |
Definition at line 65 of file SolveWithGuess.h.
|
protected |
Definition at line 67 of file SolveWithGuess.h.
|
protected |
Definition at line 66 of file SolveWithGuess.h.