Uses of Interface
org.ujmp.core.intmatrix.IntMatrix
-
-
Uses of IntMatrix in org.ujmp.core
Methods in org.ujmp.core that return IntMatrix Modifier and Type Method Description IntMatrix
AbstractMatrix. toIntMatrix()
-
Uses of IntMatrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return IntMatrix Modifier and Type Method Description IntMatrix
Conversions. toIntMatrix()
-
Uses of IntMatrix in org.ujmp.core.intmatrix
Subinterfaces of IntMatrix in org.ujmp.core.intmatrix Modifier and Type Interface Description interface
DenseIntMatrix
interface
DenseIntMatrix2D
interface
IntMatrix2D
interface
SparseIntMatrix
interface
SparseIntMatrix2D
-
Uses of IntMatrix in org.ujmp.core.intmatrix.calculation
Methods in org.ujmp.core.intmatrix.calculation that return IntMatrix Modifier and Type Method Description IntMatrix
AbstractIntCalculation. calcLink()
IntMatrix
AbstractIntCalculation. calcNew()
-
Uses of IntMatrix in org.ujmp.core.intmatrix.factory
Classes in org.ujmp.core.intmatrix.factory with type parameters of type IntMatrix Modifier and Type Interface Description interface
IntMatrixFactory<T extends IntMatrix>
-
Uses of IntMatrix in org.ujmp.core.intmatrix.impl
Classes in org.ujmp.core.intmatrix.impl that implement IntMatrix Modifier and Type Class Description class
ArrayDenseIntMatrix2D
class
DefaultDenseIntMatrix2D
class
DefaultSparseIntMatrix
class
ImageMatrix
class
IntCalculationMatrix
Methods in org.ujmp.core.intmatrix.impl that return IntMatrix Modifier and Type Method Description IntMatrix
ArrayDenseIntMatrix2D. divide(double v)
IntMatrix
ArrayDenseIntMatrix2D. divide(IntMatrix m2)
IntMatrix
ArrayDenseIntMatrix2D. minus(double v)
IntMatrix
ArrayDenseIntMatrix2D. minus(IntMatrix m2)
IntMatrix
ArrayDenseIntMatrix2D. mtimes(IntMatrix matrix)
IntMatrix
ArrayDenseIntMatrix2D. plus(double v)
IntMatrix
ArrayDenseIntMatrix2D. plus(IntMatrix m2)
IntMatrix
ArrayDenseIntMatrix2D. times(double v)
IntMatrix
ArrayDenseIntMatrix2D. times(IntMatrix m2)
IntMatrix
ArrayDenseIntMatrix2D. transpose()
Methods in org.ujmp.core.intmatrix.impl with parameters of type IntMatrix Modifier and Type Method Description IntMatrix
ArrayDenseIntMatrix2D. divide(IntMatrix m2)
IntMatrix
ArrayDenseIntMatrix2D. minus(IntMatrix m2)
IntMatrix
ArrayDenseIntMatrix2D. mtimes(IntMatrix matrix)
IntMatrix
ArrayDenseIntMatrix2D. plus(IntMatrix m2)
IntMatrix
ArrayDenseIntMatrix2D. times(IntMatrix m2)
-
Uses of IntMatrix in org.ujmp.core.intmatrix.stub
Classes in org.ujmp.core.intmatrix.stub that implement IntMatrix Modifier and Type Class Description class
AbstractDenseIntMatrix
class
AbstractDenseIntMatrix2D
class
AbstractIntMatrix
class
AbstractSparseIntMatrix
class
AbstractSparseIntMatrix2D
-
Uses of IntMatrix in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement IntMatrix Modifier and Type Class Description class
AvailableProcessorsMatrix
-