| Class | Description |
|---|---|
| ComplexMath64F |
Basic math operations on complex numbers.
|
| ConvertMatrixType |
Functions for converting between matrix types.
|
| MatrixIO |
Provides simple to use routines for reading and writing matrices to and from files.
|
| ReadCsv |
Base class for reading CSV formatted files.
|
| ReadMatrixCsv |
Reads in a matrix that is in a column-space-value (CSV) format.
|
| Exception | Description |
|---|---|
| MatrixDimensionException |
If two matrices did not have compatible dimensions for the operation this exception
is thrown.
|