Class GenericMatrixField<E>

java.lang.Object
com.singularsys.extensions.matrix.genericmat.GenericMatrixField<E>
Type Parameters:
E - Type of the individual elements.

Subclasses should implement the methods addEle(Object, Object) to add elements of the base field.

All Implemented Interfaces:
FieldI, IntegerConvertor, MatrixFieldI, JepComponent, Serializable
Direct Known Subclasses:
ComplexMatrixField, FieldMatrixField, GenericFieldMatrixField, SimpleMatrixField

public abstract class GenericMatrixField<E> extends Object implements MatrixFieldI
A Generic matrix field providing default implementations for all operations. Sub classes just need to provide implementations of addEle(Object, Object) etc.
Author:
Richard Morris
See Also: