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

Pseudo expression representing a solving operation.

Template parameters
Decomposition the type of the matrix or decomposition object
RhsType

This class represents an expression of A.solve(B) and most of the time this is the only way it is used.