Interface SparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
- All Superinterfaces:
BaseDoubleMatrixFactory<T>
,BaseGenericMatrixFactory<T>
,BaseMatrixFactory<T>
,BaseNumberMatrixFactory<T>
,DoubleMatrix2DFactory<T>
,GenericMatrix2DFactory<T>
,Matrix2DFactory<T>
,NumberMatrix2DFactory<T>
,SparseDoubleMatrixFactory<T>
,SparseGenericMatrix2DFactory<T>
,SparseGenericMatrixFactory<T>
,SparseMatrix2DFactory<T>
,SparseMatrixFactory<T>
,SparseNumberMatrix2DFactory<T>
,SparseNumberMatrixFactory<T>
- All Known Subinterfaces:
DoubleMatrixFactory<T>
- All Known Implementing Classes:
AbstractSparseDoubleMatrix2DFactory
,ColtSparseDoubleMatrix2DFactory
,DefaultSparseDoubleMatrix2DFactory
public interface SparseDoubleMatrix2DFactory<T extends SparseDoubleMatrix2D>
extends SparseNumberMatrix2DFactory<T>, SparseDoubleMatrixFactory<T>, DoubleMatrix2DFactory<T>
-
Field Summary
-
Method Summary
Methods inherited from interface org.ujmp.core.matrix.factory.BaseMatrixFactory
zeros
Methods inherited from interface org.ujmp.core.doublematrix.factory.DoubleMatrix2DFactory
eye, ones, rand, randn
Methods inherited from interface org.ujmp.core.matrix.factory.Matrix2DFactory
zeros