W3cubDocs

/Eigen3

Eigen::SolveWithGuess

template<typename Decomposition, typename RhsType, typename GuessType>
class Eigen::SolveWithGuess< Decomposition, RhsType, GuessType >

Pseudo expression representing a solving operation.

Template Parameters
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 internal::generic_xpr_base::type.


The documentation for this class was generated from the following file:

© Eigen.
Licensed under the MPL2 License.
https://eigen.tuxfamily.org/dox/classEigen_1_1SolveWithGuess.html