Class ExternalMatrixField<M extends MatrixI,V extends VectorI>

java.lang.Object
com.singularsys.extensions.matrix.externalmat.ExternalMatrixField<M,V>
Type Parameters:
M - type on Matrix used
V - type of Vector used

Implementations should provide implementations of addMM(M l,M r), addVV(V l,V r) etc. It can be assumed that the arguments of these methods are of correct sizes.

All Implemented Interfaces:
FieldI, IntegerConvertor, MatrixFieldI, JepComponent, Serializable

public abstract class ExternalMatrixField<M extends MatrixI,V extends VectorI> extends Object implements MatrixFieldI
Base class for MatrixField implementations with external matrix libraries.
See Also: