![]() |
Eigen
3.4.0
|
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.
Inherits type< SolveWithGuess< Decomposition, RhsType, GuessType >, MatrixXpr, internal::traits< RhsType >::StorageKind >.