Uses of Interface
org.ujmp.core.longmatrix.LongMatrix
-
-
Uses of LongMatrix in org.ujmp.core
Methods in org.ujmp.core that return LongMatrix Modifier and Type Method Description LongMatrix
AbstractMatrix. toLongMatrix()
-
Uses of LongMatrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return LongMatrix Modifier and Type Method Description LongMatrix
Conversions. toLongMatrix()
-
Uses of LongMatrix in org.ujmp.core.longmatrix
Subinterfaces of LongMatrix in org.ujmp.core.longmatrix Modifier and Type Interface Description interface
DenseLongMatrix
interface
DenseLongMatrix2D
interface
LongMatrix2D
interface
SparseLongMatrix
interface
SparseLongMatrix2D
-
Uses of LongMatrix in org.ujmp.core.longmatrix.calculation
Methods in org.ujmp.core.longmatrix.calculation that return LongMatrix Modifier and Type Method Description LongMatrix
AbstractLongCalculation. calcLink()
LongMatrix
AbstractLongCalculation. calcNew()
-
Uses of LongMatrix in org.ujmp.core.longmatrix.factory
Classes in org.ujmp.core.longmatrix.factory with type parameters of type LongMatrix Modifier and Type Class Description class
AbstractLongMatrixFactory<T extends LongMatrix>
interface
LongMatrixFactory<T extends LongMatrix>
Methods in org.ujmp.core.longmatrix.factory that return LongMatrix Modifier and Type Method Description LongMatrix
DefaultLongMatrixFactory. zeros(long... size)
LongMatrix
DefaultLongMatrixFactory. zeros(long rows, long cols)
-
Uses of LongMatrix in org.ujmp.core.longmatrix.impl
Classes in org.ujmp.core.longmatrix.impl that implement LongMatrix Modifier and Type Class Description class
ArrayDenseLongMatrix2D
class
DefaultDenseLongMatrix2D
class
DefaultSparseLongMatrix
class
LongCalculationMatrix
-
Uses of LongMatrix in org.ujmp.core.longmatrix.stub
Classes in org.ujmp.core.longmatrix.stub that implement LongMatrix Modifier and Type Class Description class
AbstractDenseLongMatrix
class
AbstractDenseLongMatrix2D
class
AbstractLongMatrix
class
AbstractSparseLongMatrix
class
AbstractSparseLongMatrix2D
-
Uses of LongMatrix in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement LongMatrix Modifier and Type Class Description class
MemoryUsageMatrix
class
RandomSeedMatrix
class
SystemTimeMatrix
-