Uses of Interface
org.ujmp.core.longmatrix.DenseLongMatrix
-
Packages that use DenseLongMatrix Package Description org.ujmp.core.longmatrix org.ujmp.core.longmatrix.factory org.ujmp.core.longmatrix.impl org.ujmp.core.longmatrix.stub org.ujmp.core.util.matrices -
-
Uses of DenseLongMatrix in org.ujmp.core.longmatrix
Subinterfaces of DenseLongMatrix in org.ujmp.core.longmatrix Modifier and Type Interface Description interface
DenseLongMatrix2D
-
Uses of DenseLongMatrix in org.ujmp.core.longmatrix.factory
Classes in org.ujmp.core.longmatrix.factory with type parameters of type DenseLongMatrix Modifier and Type Class Description class
AbstractDenseLongMatrixFactory<T extends DenseLongMatrix>
interface
DenseLongMatrixFactory<T extends DenseLongMatrix>
Methods in org.ujmp.core.longmatrix.factory that return DenseLongMatrix Modifier and Type Method Description DenseLongMatrix
DefaultDenseLongMatrixFactory. zeros(long... size)
DenseLongMatrix
DefaultDenseLongMatrixFactory. zeros(long rows, long columns)
-
Uses of DenseLongMatrix in org.ujmp.core.longmatrix.impl
Classes in org.ujmp.core.longmatrix.impl that implement DenseLongMatrix Modifier and Type Class Description class
ArrayDenseLongMatrix2D
class
DefaultDenseLongMatrix2D
-
Uses of DenseLongMatrix in org.ujmp.core.longmatrix.stub
Classes in org.ujmp.core.longmatrix.stub that implement DenseLongMatrix Modifier and Type Class Description class
AbstractDenseLongMatrix
class
AbstractDenseLongMatrix2D
-
Uses of DenseLongMatrix in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement DenseLongMatrix Modifier and Type Class Description class
MemoryUsageMatrix
class
RandomSeedMatrix
class
SystemTimeMatrix
-