Please, help us to better know about our user community by answering the following short survey: https://forms.gle/wpyrxWi18ox9Z5ae9
Eigen  3.4.0
Eigen::SolveWithGuess< Decomposition, RhsType, GuessType > Class Template Reference

Detailed Description

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

Pseudo expression representing a solving operation.

Template Parameters
Decompositionthe type of the matrix or decomposion object
Rhstypethe 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 >.


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