W3cubDocs

/Eigen3

Eigen::Solve

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

Pseudo expression representing a solving operation.

Template Parameters
Decomposition the type of the matrix or decomposition object
Rhstype the 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:

© Eigen.
Licensed under the MPL2 License.
https://eigen.tuxfamily.org/dox/classEigen_1_1Solve.html