Uses of Interface
org.ujmp.core.longmatrix.SparseLongMatrix2D
-
Packages that use SparseLongMatrix2D Package Description org.ujmp.core.longmatrix.factory org.ujmp.core.longmatrix.stub -
-
Uses of SparseLongMatrix2D in org.ujmp.core.longmatrix.factory
Classes in org.ujmp.core.longmatrix.factory with type parameters of type SparseLongMatrix2D Modifier and Type Class Description class
AbstractSparseLongMatrix2DFactory<T extends SparseLongMatrix2D>
interface
SparseLongMatrix2DFactory<T extends SparseLongMatrix2D>
Methods in org.ujmp.core.longmatrix.factory that return SparseLongMatrix2D Modifier and Type Method Description SparseLongMatrix2D
DefaultSparseLongMatrix2DFactory. zeros(long rows, long cols)
-
Uses of SparseLongMatrix2D in org.ujmp.core.longmatrix.stub
Classes in org.ujmp.core.longmatrix.stub that implement SparseLongMatrix2D Modifier and Type Class Description class
AbstractSparseLongMatrix2D
-