Uses of Interface
org.ojalgo.matrix.decomposition.LU
-
Packages that use LU Package Description org.ojalgo.matrix org.ojalgo.matrix.decomposition org.ojalgo.optimisation.linear -
-
Uses of LU in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return LU Modifier and Type Method Description (package private) abstract LU<N>BasicMatrix. newLU(Structure2D typical)(package private) LU<ComplexNumber>MatrixC128. newLU(Structure2D typical)(package private) LU<Quaternion>MatrixH256. newLU(Structure2D typical)(package private) LU<RationalNumber>MatrixQ128. newLU(Structure2D typical)(package private) LU<java.lang.Double>MatrixR032. newLU(Structure2D typical)(package private) LU<java.lang.Double>MatrixR064. newLU(Structure2D typical)(package private) LU<Quadruple>MatrixR128. newLU(Structure2D typical) -
Uses of LU in org.ojalgo.matrix.decomposition
Classes in org.ojalgo.matrix.decomposition that implement LU Modifier and Type Class Description (package private) classDenseLU<N extends java.lang.Comparable<N>>(package private) static classDenseLU.C128(package private) static classDenseLU.H256(package private) static classDenseLU.Q128(package private) static classDenseLU.R064(package private) static classDenseLU.R128(package private) classRawLU(package private) classSparseLUA sparse, primitive double based, LU decomposition with support for incremental Forrest-Tomlin updates.Methods in org.ojalgo.matrix.decomposition that return LU Modifier and Type Method Description static LU<java.lang.Double>LU. newSparseR064()Methods in org.ojalgo.matrix.decomposition with parameters of type LU Modifier and Type Method Description static <N extends java.lang.Comparable<N>>
booleanLU. equals(MatrixStore<N> matrix, LU<N> decomposition, NumberContext context) -
Uses of LU in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as LU Modifier and Type Field Description private LU<java.lang.Double>DecomposedInverse. myDecompositionprivate LU<java.lang.Double>ProductFormInverse. myRoot
-