Package org.ujmp.core.intmatrix.factory
Class AbstractIntMatrix2DFactory
java.lang.Object
org.ujmp.core.intmatrix.factory.AbstractIntMatrix2DFactory
- All Implemented Interfaces:
BaseGenericMatrixFactory<IntMatrix2D>
,DenseGenericMatrix2DFactory<IntMatrix2D>
,DenseGenericMatrixFactory<IntMatrix2D>
,DenseGenericMatrixMultiDFactory<IntMatrix2D>
,GenericMatrix2DFactory<IntMatrix2D>
,GenericMatrixFactory<IntMatrix2D>
,GenericMatrixMultiDFactory<IntMatrix2D>
,SparseGenericMatrix2DFactory<IntMatrix2D>
,SparseGenericMatrixFactory<IntMatrix2D>
,SparseGenericMatrixMultiDFactory<IntMatrix2D>
,IntMatrix2DFactory<IntMatrix2D>
,IntMatrixFactory<IntMatrix2D>
,BaseMatrixFactory<IntMatrix2D>
,DenseMatrix2DFactory<IntMatrix2D>
,DenseMatrixFactory<IntMatrix2D>
,DenseMatrixMultiDFactory<IntMatrix2D>
,Matrix2DFactory<IntMatrix2D>
,MatrixMultiDFactory<IntMatrix2D>
,SparseMatrix2DFactory<IntMatrix2D>
,SparseMatrixFactory<IntMatrix2D>
,SparseMatrixMultiDFactory<IntMatrix2D>
- Direct Known Subclasses:
DefaultIntMatrix2DFactory
public abstract class AbstractIntMatrix2DFactory
extends Object
implements IntMatrix2DFactory<IntMatrix2D>
-
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
-
AbstractIntMatrix2DFactory
public AbstractIntMatrix2DFactory()
-