-
Interface Summary
| Interface |
Description |
| AdjustableLinearSolver_DDRM |
In many situations solutions to linear systems that share many of the same data points are needed.
|
-
Class Summary
| Class |
Description |
| InvertUsingSolve_DDRM |
A matrix can be easily inverted by solving a system with an identify matrix.
|
| LinearSolver_DDRB_to_DDRM |
Wrapper that allows DMatrixRBlock to implements LinearSolverDense.
|
| LinearSolverAbstract_DDRM |
An abstract class that provides some common functionality and a default implementation
of invert that uses the solve function of the child class.
|
| LinearSolverUnrolled_DDRM |
Solver which uses an unrolled inverse to compute the inverse.
|