| Zenautics::Matrix | The matrix/vector class. Both real and complex data are inherently supported. One and two dimensional data |
| Zenautics::Matrix::Element | This is a nested class that is an element of the matrix. i.e. Matrix M; M(i,j) is the element. It is used for operator(,) access by the Matrix |
| Zenautics::Matrix::RealOnlyAccess | A nested class for access only to the real part of the matrix. It is used for operator[] access by the Matrix |
| Zenautics::MatrixException | A class for exceptions thrown by the Matrix class |
| MTX | The deep level matrix struct. The matrix is either real or complex |
| stComplex | A complex data struct |
1.5.4