Class | Description |
---|---|
CommonOps_BDRM | |
ComplexMath_F32 |
Basic math operations on complex numbers.
|
ComplexMath_F64 |
Basic math operations on complex numbers.
|
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
|
ConvertMatrixType |
Contains a function to convert from one matrix type into another
|
MatrixFeatures_D |
Generic (slow) matrix features for real matrices
|
MatrixFeatures_F |
Generic (slow) matrix features for real matrices
|
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 |