Package eu.simuline.octave.type.matrix

Representations of matrices: 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.