Class ComplexMatrixFactory

java.lang.Object
com.singularsys.extensions.matrix.genericmat.GenericMatrixFactory<Complex>
com.singularsys.extensions.matrix.complexmat.ComplexMatrixFactory
All Implemented Interfaces:
MatrixFactoryI, JepComponent, Serializable

public class ComplexMatrixFactory extends GenericMatrixFactory<Complex>
Factory for creating ComplexMatrix and ComplexVector whose elements are of type Complex.
See Also: