Class AbstractMatrixField

java.lang.Object
com.singularsys.extensions.matrix.AbstractMatrixField
All Implemented Interfaces:
FieldI, IntegerConvertor, MatrixFieldI, JepComponent, Serializable
Direct Known Subclasses:
DoubleMatrixField, SequenceMatrixField

public abstract class AbstractMatrixField extends Object implements MatrixFieldI
An abstract base class for implementations of MatrixFieldI. In general the GenericMatrixField should be used. This class is for case when the matrix does not implement GenericMatrix such as an double[][].
Since:
Jep 3.5 / Extensions 2.0
Author:
Richard Morris
See Also: