Uses of Interface
org.ojalgo.matrix.decomposition.MatrixDecomposition.Pivoting
Packages that use MatrixDecomposition.Pivoting
-
Uses of MatrixDecomposition.Pivoting in org.ojalgo.matrix.decomposition
Subinterfaces of MatrixDecomposition.Pivoting in org.ojalgo.matrix.decompositionModifier and TypeInterfaceDescriptioninterfaceLDL<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 MatrixDecomposition.PivotingModifier and TypeClassDescriptionfinal classQuasi-Definite LDL (QDLDL) sparse decomposition.