Eigen  3.4.90 (git rev 5a9f66fb35d03a4da9ef8976e67a61b30aa16dcf)
 
Loading...
Searching...
No Matches
Eigen::Solve< Decomposition, RhsType > Class Template Reference

Detailed Description

template<typename Decomposition, typename RhsType>
class Eigen::Solve< Decomposition, RhsType >

Pseudo expression representing a solving operation.

Template Parameters
Decompositionthe type of the matrix or decomposition 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 Eigen::SolveImpl< Decomposition, RhsType, internal::traits< RhsType >::StorageKind >.


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