| Class | Description |
|---|---|
| DecompositionFactory |
Contains operations related to creating and evaluating the quality of common matrix decompositions.
|
| LinearSolverFactory |
A factory for generating solvers for systems of the form A*x=b, where A and B are known and x is unknown.
|
| Exception | Description |
|---|---|
| SingularMatrixException |
This exception is thrown if an operation can not be finished because the matrix is singular.
|