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) class
LUDecomposition<N extends java.lang.Comparable<N>>
(package private) static class
LUDecomposition.C128
(package private) static class
LUDecomposition.H256
(package private) static class
LUDecomposition.Q128
(package private) static class
LUDecomposition.R064
(package private) static class
LUDecomposition.R128
(package private) class
RawLU
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>
ProductFormInverse. myRoot
-