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