Class AbstractBooleanMatrix2DFactory
java.lang.Object
org.ujmp.core.booleanmatrix.factory.AbstractBooleanMatrix2DFactory
- All Implemented Interfaces:
BooleanMatrix2DFactory<BooleanMatrix2D>
,BooleanMatrixFactory<BooleanMatrix2D>
,BaseGenericMatrixFactory<BooleanMatrix2D>
,DenseGenericMatrix2DFactory<BooleanMatrix2D>
,DenseGenericMatrixFactory<BooleanMatrix2D>
,DenseGenericMatrixMultiDFactory<BooleanMatrix2D>
,GenericMatrix2DFactory<BooleanMatrix2D>
,GenericMatrixFactory<BooleanMatrix2D>
,GenericMatrixMultiDFactory<BooleanMatrix2D>
,SparseGenericMatrix2DFactory<BooleanMatrix2D>
,SparseGenericMatrixFactory<BooleanMatrix2D>
,SparseGenericMatrixMultiDFactory<BooleanMatrix2D>
,BaseMatrixFactory<BooleanMatrix2D>
,DenseMatrix2DFactory<BooleanMatrix2D>
,DenseMatrixFactory<BooleanMatrix2D>
,DenseMatrixMultiDFactory<BooleanMatrix2D>
,Matrix2DFactory<BooleanMatrix2D>
,MatrixMultiDFactory<BooleanMatrix2D>
,SparseMatrix2DFactory<BooleanMatrix2D>
,SparseMatrixFactory<BooleanMatrix2D>
,SparseMatrixMultiDFactory<BooleanMatrix2D>
- Direct Known Subclasses:
DefaultBooleanMatrix2DFactory
public abstract class AbstractBooleanMatrix2DFactory
extends Object
implements BooleanMatrix2DFactory<BooleanMatrix2D>
-
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
-
AbstractBooleanMatrix2DFactory
public AbstractBooleanMatrix2DFactory()
-