Class | Description |
---|---|
Matrix |
A class that performs some basic Matrix manipulations, stopping short of
Eigenvectors, Single Value Decomposition, LU, and other more advaced
manipulations.
|
Exception | Description |
---|---|
MatrixException |
The Exception class that is thrown by the Matrix.java class
Very basic Exception class, only passes a description of the error
that will hopefully lead to simple troubleshooting resolution...:)
|