Class AbstractShortMatrix2DFactory
- java.lang.Object
-
- org.ujmp.core.shortmatrix.factory.AbstractShortMatrix2DFactory
-
- All Implemented Interfaces:
BaseGenericMatrixFactory<ShortMatrix2D>
,DenseGenericMatrix2DFactory<ShortMatrix2D>
,DenseGenericMatrixFactory<ShortMatrix2D>
,DenseGenericMatrixMultiDFactory<ShortMatrix2D>
,GenericMatrix2DFactory<ShortMatrix2D>
,GenericMatrixFactory<ShortMatrix2D>
,GenericMatrixMultiDFactory<ShortMatrix2D>
,SparseGenericMatrix2DFactory<ShortMatrix2D>
,SparseGenericMatrixFactory<ShortMatrix2D>
,SparseGenericMatrixMultiDFactory<ShortMatrix2D>
,BaseMatrixFactory<ShortMatrix2D>
,DenseMatrix2DFactory<ShortMatrix2D>
,DenseMatrixFactory<ShortMatrix2D>
,DenseMatrixMultiDFactory<ShortMatrix2D>
,Matrix2DFactory<ShortMatrix2D>
,MatrixMultiDFactory<ShortMatrix2D>
,SparseMatrix2DFactory<ShortMatrix2D>
,SparseMatrixFactory<ShortMatrix2D>
,SparseMatrixMultiDFactory<ShortMatrix2D>
,ShortMatrix2DFactory<ShortMatrix2D>
,ShortMatrixFactory<ShortMatrix2D>
- Direct Known Subclasses:
DefaultShortMatrix2DFactory
public abstract class AbstractShortMatrix2DFactory extends java.lang.Object implements ShortMatrix2DFactory<ShortMatrix2D>
-
-
Constructor Summary
Constructors Constructor Description AbstractShortMatrix2DFactory()
-
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
-
-