Uses of Interface
org.ujmp.core.intmatrix.IntMatrix
Packages that use IntMatrix
Package
Description
-
Uses of IntMatrix in org.ujmp.core
Methods in org.ujmp.core that return IntMatrix -
Uses of IntMatrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return IntMatrix -
Uses of IntMatrix in org.ujmp.core.intmatrix
Subinterfaces of IntMatrix in org.ujmp.core.intmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
-
Uses of IntMatrix in org.ujmp.core.intmatrix.calculation
Methods in org.ujmp.core.intmatrix.calculation that return IntMatrix -
Uses of IntMatrix in org.ujmp.core.intmatrix.factory
Classes in org.ujmp.core.intmatrix.factory with type parameters of type IntMatrix -
Uses of IntMatrix in org.ujmp.core.intmatrix.impl
Classes in org.ujmp.core.intmatrix.impl that implement IntMatrixModifier and TypeClassDescriptionclass
class
class
class
class
Methods in org.ujmp.core.intmatrix.impl that return IntMatrixModifier and TypeMethodDescriptionfinal IntMatrix
ArrayDenseIntMatrix2D.divide
(double v) final IntMatrix
final IntMatrix
ArrayDenseIntMatrix2D.minus
(double v) final IntMatrix
final IntMatrix
ArrayDenseIntMatrix2D.plus
(double v) final IntMatrix
final IntMatrix
ArrayDenseIntMatrix2D.times
(double v) final IntMatrix
final IntMatrix
ArrayDenseIntMatrix2D.transpose()
Methods in org.ujmp.core.intmatrix.impl with parameters of type IntMatrix -
Uses of IntMatrix in org.ujmp.core.intmatrix.stub
Classes in org.ujmp.core.intmatrix.stub that implement IntMatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of IntMatrix in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement IntMatrix