Uses of Interface
org.ujmp.core.doublematrix.calculation.general.decomposition.Inv
-
Packages that use Inv Package Description org.ujmp.core org.ujmp.core.doublematrix.calculation.general.decomposition org.ujmp.core.util org.ujmp.jblas.calculation -
-
Uses of Inv in org.ujmp.core
Fields in org.ujmp.core declared as Inv Modifier and Type Field Description static Inv<Matrix>
Matrix. inv
-
Uses of Inv in org.ujmp.core.doublematrix.calculation.general.decomposition
Subinterfaces of Inv in org.ujmp.core.doublematrix.calculation.general.decomposition Modifier and Type Interface Description interface
InvSPD<T>
interface
InvSymm<T>
Fields in org.ujmp.core.doublematrix.calculation.general.decomposition declared as Inv Modifier and Type Field Description static Inv<Matrix>
Inv. INSTANCE
static Inv<Matrix>
Inv. MATRIX
static Inv<Matrix>
Inv. MATRIXLARGEMULTITHREADED
static Inv<Matrix>
Inv. MATRIXLARGESINGLETHREADED
static Inv<Matrix>
Inv. MATRIXSMALLMULTITHREADED
static Inv<Matrix>
Inv. MATRIXSMALLSINGLETHREADED
static Inv<Matrix>
Inv. UJMP
-
Uses of Inv in org.ujmp.core.util
Fields in org.ujmp.core.util declared as Inv Modifier and Type Field Description static Inv<Matrix>
DecompositionOps. INV_EJML
static Inv<Matrix>
DecompositionOps. INV_JBLAS
static Inv<Matrix>
DecompositionOps. INV_MTJ
static Inv<Matrix>
DecompositionOps. INV_OJALGO
static Inv<Matrix>
DecompositionOps. INV_UJMP
-
Uses of Inv in org.ujmp.jblas.calculation
Classes in org.ujmp.jblas.calculation that implement Inv Modifier and Type Class Description class
Inv
class
InvSPD
-