template<typename Decomposition, typename RhsType, typename GuessType>
SolveWithGuess class
Pseudo expression representing a solving operation.
| Template parameters | |
|---|---|
| Decomposition | the type of the matrix or decomposion object |
| RhsType | |
| GuessType | |
This class represents an expression of A.solve(B) and most of the time this is the only way it is used.