Matrix Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
Zenautics::MatrixThe matrix/vector class. Both real and complex data are inherently supported. One and two dimensional data
Zenautics::Matrix::ElementThis 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::RealOnlyAccessA nested class for access only to the real part of the matrix. It is used for operator[] access by the Matrix
Zenautics::MatrixExceptionA class for exceptions thrown by the Matrix class
MTXThe deep level matrix struct. The matrix is either real or complex
stComplexA complex data struct

Generated on Fri Dec 21 08:40:44 2007 for Matrix by  doxygen 1.5.4