Package org.ujmp.core.charmatrix.factory
Class AbstractCharMatrix2DFactory
java.lang.Object
org.ujmp.core.charmatrix.factory.AbstractCharMatrix2DFactory
- All Implemented Interfaces:
CharMatrix2DFactory<CharMatrix2D>
,CharMatrixFactory<CharMatrix2D>
,BaseGenericMatrixFactory<CharMatrix2D>
,DenseGenericMatrix2DFactory<CharMatrix2D>
,DenseGenericMatrixFactory<CharMatrix2D>
,DenseGenericMatrixMultiDFactory<CharMatrix2D>
,GenericMatrix2DFactory<CharMatrix2D>
,GenericMatrixFactory<CharMatrix2D>
,GenericMatrixMultiDFactory<CharMatrix2D>
,SparseGenericMatrix2DFactory<CharMatrix2D>
,SparseGenericMatrixFactory<CharMatrix2D>
,SparseGenericMatrixMultiDFactory<CharMatrix2D>
,BaseMatrixFactory<CharMatrix2D>
,DenseMatrix2DFactory<CharMatrix2D>
,DenseMatrixFactory<CharMatrix2D>
,DenseMatrixMultiDFactory<CharMatrix2D>
,Matrix2DFactory<CharMatrix2D>
,MatrixMultiDFactory<CharMatrix2D>
,SparseMatrix2DFactory<CharMatrix2D>
,SparseMatrixFactory<CharMatrix2D>
,SparseMatrixMultiDFactory<CharMatrix2D>
- Direct Known Subclasses:
DefaultCharMatrix2DFactory
public abstract class AbstractCharMatrix2DFactory
extends Object
implements CharMatrix2DFactory<CharMatrix2D>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ujmp.core.matrix.factory.Matrix2DFactory
zeros
Methods inherited from interface org.ujmp.core.matrix.factory.MatrixMultiDFactory
zeros
-
Constructor Details
-
AbstractCharMatrix2DFactory
public AbstractCharMatrix2DFactory()
-