Package org.ujmp.core.longmatrix.factory
Interface SparseLongMatrix2DFactory<T extends SparseLongMatrix2D>
-
- All Superinterfaces:
BaseGenericMatrixFactory<T>
,BaseMatrixFactory<T>
,DenseGenericMatrix2DFactory<T>
,DenseGenericMatrixFactory<T>
,DenseGenericMatrixMultiDFactory<T>
,DenseMatrix2DFactory<T>
,DenseMatrixFactory<T>
,DenseMatrixMultiDFactory<T>
,GenericMatrix2DFactory<T>
,GenericMatrixFactory<T>
,GenericMatrixMultiDFactory<T>
,LongMatrix2DFactory<T>
,LongMatrixFactory<T>
,Matrix2DFactory<T>
,MatrixMultiDFactory<T>
,SparseGenericMatrix2DFactory<T>
,SparseGenericMatrixFactory<T>
,SparseGenericMatrixMultiDFactory<T>
,SparseLongMatrixFactory<T>
,SparseMatrix2DFactory<T>
,SparseMatrixFactory<T>
,SparseMatrixMultiDFactory<T>
public interface SparseLongMatrix2DFactory<T extends SparseLongMatrix2D> extends SparseMatrix2DFactory<T>, SparseLongMatrixFactory<T>, LongMatrix2DFactory<T>
-
-
Method Summary
-
Methods inherited from interface org.ujmp.core.longmatrix.factory.LongMatrix2DFactory
eye, ones, rand, randn
-
Methods inherited from interface org.ujmp.core.longmatrix.factory.LongMatrixFactory
eye, ones, rand, randn
-
Methods inherited from interface org.ujmp.core.matrix.factory.Matrix2DFactory
zeros
-
Methods inherited from interface org.ujmp.core.matrix.factory.MatrixMultiDFactory
zeros
-
-