Interface | Description |
---|---|
IAbstractMatrix<E> |
IAbstractMatrix is an interface for clients to realize that provides the
basic functionality of a nRows x nCols matrix of elements.
|
Class | Description |
---|---|
IDataMatrix |
IDataMatrix is a realization of the IAbstractMatrix with the IData template
parameter.
|
KDDMatrix |
The KDDMatrix is a class that encapsulates data representing an nxm matrix.
|