Eigen  5.0.1-dev+60122df6
 
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 file: