AbstractGenericMatrix
is the abstract base class of all of them.See: Description
| Class | Description |
|---|---|
| AbstractGenericMatrix<D,L extends List<?>> |
A general matrix that does not even know
that it is an array it stores its in.
|
| AbstractObjectMatrix<T> |
General matrix with Object values
which serves also as base class for
OctaveCell. |
AbstractGenericMatrix
is the abstract base class of all of them.
Note the class parameters are list and according array
with element type maybe primitive.
For non-primitive types, which are rarely used,
AbstractObjectMatrix
provides matrices with object type.
***** redesign required.Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.