| Class | Description |
|---|---|
| ComplexMath_F32 |
Basic math operations on complex numbers.
|
| ComplexMath_F64 |
Basic math operations on complex numbers.
|
| ConvertDMatrixSparse |
Contains functions for converting between row and sparse matrix formats as well as sparse to sparse.
|
| ConvertDMatrixStruct |
Functions for converting between matrix types.
|
| ConvertFMatrixStruct |
Functions for converting between matrix types.
|
| ConvertMatrixData |
Convert between matrices with the same structure but different element data types
|
| MatrixIO |
Provides simple to use routines for reading and writing matrices to and from files.
|
| QuickSort_S32 |
An implementation of the quick sort algorithm from Numerical Recipes Third Edition
that is specified for arrays of doubles.
|
| ReadCsv |
Base class for reading CSV formatted files.
|
| ReadMatrixCsv |
Reads in a matrix that is in a column-space-value (CSV) format.
|
| SortCoupledArray_F32 | |
| SortCoupledArray_F64 |