Class | Description |
---|---|
InvertUsingSolve_CDRM |
A matrix can be easily inverted by solving a system with an identify matrix.
|
LinearSolverAbstract_CDRM |
An abstract class that provides some common functionality and a default implementation
of invert that uses the solve function of the child class.
|