Class DefaultShortMatrix2DFactory
- java.lang.Object
-
- org.ujmp.core.shortmatrix.factory.AbstractShortMatrix2DFactory
-
- org.ujmp.core.shortmatrix.factory.DefaultShortMatrix2DFactory
-
- 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>
public class DefaultShortMatrix2DFactory extends AbstractShortMatrix2DFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultShortMatrix2DFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShortMatrix2D
zeros(long... size)
ShortMatrix2D
zeros(long rows, long columns)
-
-
-
Method Detail
-
zeros
public ShortMatrix2D zeros(long rows, long columns)
-
zeros
public ShortMatrix2D zeros(long... size)
-
-