|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
ContiguousMatrixI | Abstract interface to abstractly access contiguous matrices. |
ContiguousVectorI | Contiguous vectors. |
MatrixElementI | Matrix elements. |
MatrixI | Abstract interface to a generic matrix. |
MatrixReaderI | Matrix readers. |
MatrixWriterI | Matrix writers. |
RealContainerI | Containers that hold real numbers. |
SizableMatrixI | Matrices that can be resized. |
SizableVectorI | Vectors that can be resized. |
VectorElementI | Vector element. |
VectorI | Abstract interface to a generic vector. |
VectorReaderI | Vector readers. |
VectorWriterI | Vector writers. |
Class Summary | |
ArrayMatrix | Abstract base class for array matrices. |
ColumnArrayMatrix | A dense column-major matrix of double values where each column is an array. |
ColumnMajorMatrix | A dense contiguous resizable column-major matrix of double values. |
CompressedColumnMatrix | A sparse compressed resizable column-major matrix of double values. |
CompressedMatrix | Abstract base class for compressed matrices. |
CompressedRowMatrix | A sparse compressed resizable row-major matrix of double values. |
ContiguousMatrix | Abstract base class for contiguous matrices. |
ContiguousMatrix.Sub | |
ContiguousVector | A dense resizable vector of double values. |
DenseMatrix | Convenience class defining a general purpose dense matrix. |
DenseVector | A dense resizable vector of double values. |
FunctionMatrix | A matrix that computes some or all of the elements with the abstract method 'functionElementAt' that must be defined in a subclass. |
Matrix | Abstract base class for matrices. |
RealContainer | Real container implementation. |
RowArrayMatrix | A dense row-major matrix of double values where each row is an array. |
RowMajorMatrix | A dense contiguous row-major matrix of double values. |
SMFReader | Inputs matrices from an SMF stream. |
SMFWriter | Outputs matrices to an SMF stream. |
SparseMatrix | A sparse dynamic matrix of double values. |
SparseVector | A sparse dynamic vector of double values. |
SVFReader | Inputs vectors from an SVF stream. |
SVFWriter | Writes vectors to an SVF stream. |
Vect | Abstract base class for vectors. |
Exception Summary | |
MatrixException | The parent of all exception classes in the 'matrix' package. |
Error Summary | |
MatrixError | The parent of all error classes in the 'matrix' package. |
Double matrix and vector classes.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |