Class ExternalMatrixFactory<M extends MatrixI,V extends VectorI>

java.lang.Object
com.singularsys.extensions.matrix.externalmat.ExternalMatrixFactory<M,V>
Type Parameters:
M - Type of matrix used
V - Type of vector used
All Implemented Interfaces:
MatrixFactoryI, JepComponent, Serializable

public abstract class ExternalMatrixFactory<M extends MatrixI,V extends VectorI> extends Object implements MatrixFactoryI
Base class for MatrixFactories where external matrix libraries are used for the matrix implementation.
See Also: