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