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