Eigen  3.4.90 (git rev 9589cc4e7fd8e4538bedef80dd36c7738977a8be)
 
Loading...
Searching...
No Matches
Eigen::Solve< Decomposition, Rhstype > Class Template Reference

#include <Eigen/src/Core/Solve.h>

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.


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