Uses of Interface
org.ujmp.core.longmatrix.SparseLongMatrix
-
Packages that use SparseLongMatrix Package Description org.ujmp.core.longmatrix org.ujmp.core.longmatrix.factory org.ujmp.core.longmatrix.stub -
-
Uses of SparseLongMatrix in org.ujmp.core.longmatrix
Subinterfaces of SparseLongMatrix in org.ujmp.core.longmatrix Modifier and Type Interface Description interface
SparseLongMatrix2D
-
Uses of SparseLongMatrix in org.ujmp.core.longmatrix.factory
Classes in org.ujmp.core.longmatrix.factory with type parameters of type SparseLongMatrix Modifier and Type Class Description class
AbstractSparseLongMatrixFactory<T extends SparseLongMatrix>
interface
SparseLongMatrixFactory<T extends SparseLongMatrix>
Methods in org.ujmp.core.longmatrix.factory that return SparseLongMatrix Modifier and Type Method Description SparseLongMatrix
DefaultSparseLongMatrixFactory. zeros(long... size)
SparseLongMatrix
DefaultSparseLongMatrixFactory. zeros(long rows, long columns)
-
Uses of SparseLongMatrix in org.ujmp.core.longmatrix.stub
Classes in org.ujmp.core.longmatrix.stub that implement SparseLongMatrix Modifier and Type Class Description class
AbstractSparseLongMatrix
class
AbstractSparseLongMatrix2D
-