Uses of Interface
org.ojalgo.matrix.decomposition.LDU
Packages that use LDU
-
Uses of LDU in org.ojalgo.matrix.decomposition
Subinterfaces of LDU in org.ojalgo.matrix.decompositionModifier and TypeInterfaceDescriptioninterfaceCholesky<N extends Comparable<N>>Cholesky: [A] = [L][L]H (or [R]H[R])interfaceLDL<N extends Comparable<N>>LDL: [A] = [L][D][L]H (or [R]H[D][R])interfaceLU<N extends Comparable<N>>LU: [A] = [L][U]Classes in org.ojalgo.matrix.decomposition that implement LDUModifier and TypeClassDescriptionfinal classQuasi-Definite LDL (QDLDL) sparse decomposition.