Uses of Interface
org.ujmp.core.longmatrix.LongMatrix2D
-
-
Uses of LongMatrix2D in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return LongMatrix2D Modifier and Type Method Description LongMatrix2D
Conversions2D. toLongMatrix()
-
Uses of LongMatrix2D in org.ujmp.core.longmatrix
Subinterfaces of LongMatrix2D in org.ujmp.core.longmatrix Modifier and Type Interface Description interface
DenseLongMatrix2D
interface
SparseLongMatrix2D
Fields in org.ujmp.core.longmatrix with type parameters of type LongMatrix2D Modifier and Type Field Description static LongMatrix2DFactory<? extends LongMatrix2D>
LongMatrix2D. Factory
-
Uses of LongMatrix2D in org.ujmp.core.longmatrix.factory
Classes in org.ujmp.core.longmatrix.factory with type parameters of type LongMatrix2D Modifier and Type Class Description class
AbstractLongMatrix2DFactory<T extends LongMatrix2D>
interface
LongMatrix2DFactory<T extends LongMatrix2D>
Methods in org.ujmp.core.longmatrix.factory that return LongMatrix2D Modifier and Type Method Description LongMatrix2D
DefaultLongMatrix2DFactory. zeros(long rows, long cols)
-
Uses of LongMatrix2D in org.ujmp.core.longmatrix.impl
Classes in org.ujmp.core.longmatrix.impl that implement LongMatrix2D Modifier and Type Class Description class
ArrayDenseLongMatrix2D
class
DefaultDenseLongMatrix2D
-
Uses of LongMatrix2D in org.ujmp.core.longmatrix.stub
Classes in org.ujmp.core.longmatrix.stub that implement LongMatrix2D Modifier and Type Class Description class
AbstractDenseLongMatrix2D
class
AbstractSparseLongMatrix2D
-
Uses of LongMatrix2D in org.ujmp.core.objectmatrix.calculation
Fields in org.ujmp.core.objectmatrix.calculation declared as LongMatrix2D Modifier and Type Field Description private LongMatrix2D
Sortrows. index
Methods in org.ujmp.core.objectmatrix.calculation that return LongMatrix2D Modifier and Type Method Description LongMatrix2D
Sortrows. getIndex()
-
Uses of LongMatrix2D in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement LongMatrix2D Modifier and Type Class Description class
MemoryUsageMatrix
class
RandomSeedMatrix
class
SystemTimeMatrix
-