|
Class Summary |
| Algorithms |
Collection of algorithms to be used by the modules. |
| Algorithms.FFT |
A collection of FFT-related math. |
| Algorithms.Hamming |
A collection of Hamming Window-related algorithms. |
| Algorithms.LPC |
A collection of LPC-related algorithms. |
| ComplexMatrix |
Similarly to Matrix, this class implements nearly identical API
but for operations on matrices with complex numbers. |
| ComplexNumber |
Implements complex number arithmetic. |
| ComplexVector |
Algebraic operations on ComplexVectors. |
| Matrix |
Provides linear math and storage matrix operations. |
| Matrix.Direction |
Indicates the direction in which a matrix to be extended. |
| Vector |
Algebraic operations on vectors. |