Uses of Interface
org.ujmp.core.longmatrix.DenseLongMatrix2D
-
Packages that use DenseLongMatrix2D Package Description org.ujmp.core.longmatrix.factory org.ujmp.core.longmatrix.impl org.ujmp.core.longmatrix.stub org.ujmp.core.matrix.factory org.ujmp.core.util.matrices -
-
Uses of DenseLongMatrix2D in org.ujmp.core.longmatrix.factory
Classes in org.ujmp.core.longmatrix.factory with type parameters of type DenseLongMatrix2D Modifier and Type Class Description class
AbstractDenseLongMatrix2DFactory<T extends DenseLongMatrix2D>
interface
DenseLongMatrix2DFactory<T extends DenseLongMatrix2D>
Methods in org.ujmp.core.longmatrix.factory that return DenseLongMatrix2D Modifier and Type Method Description DenseLongMatrix2D
DefaultDenseLongMatrix2DFactory. zeros(long rows, long columns)
-
Uses of DenseLongMatrix2D in org.ujmp.core.longmatrix.impl
Classes in org.ujmp.core.longmatrix.impl that implement DenseLongMatrix2D Modifier and Type Class Description class
ArrayDenseLongMatrix2D
class
DefaultDenseLongMatrix2D
-
Uses of DenseLongMatrix2D in org.ujmp.core.longmatrix.stub
Classes in org.ujmp.core.longmatrix.stub that implement DenseLongMatrix2D Modifier and Type Class Description class
AbstractDenseLongMatrix2D
-
Uses of DenseLongMatrix2D in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory that return DenseLongMatrix2D Modifier and Type Method Description DenseLongMatrix2D
AbstractMatrixFactory. importFromArray(long[]... values)
DenseLongMatrix2D
AbstractMatrixFactory. linkToArray(long... values)
DenseLongMatrix2D
AbstractMatrixFactory. linkToArray(long[]... values)
DenseLongMatrix2D
AbstractMatrixFactory. linkToValue(long value)
DenseLongMatrix2D
AbstractMatrixFactory. linkToValue(java.lang.Long value)
-
Uses of DenseLongMatrix2D in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement DenseLongMatrix2D Modifier and Type Class Description class
MemoryUsageMatrix
class
RandomSeedMatrix
class
SystemTimeMatrix
-