Uses of Interface
org.ojalgo.matrix.decomposition.MatrixDecomposition.Updatable
Packages that use MatrixDecomposition.Updatable
-
Uses of MatrixDecomposition.Updatable in org.ojalgo.matrix.decomposition
Subinterfaces of MatrixDecomposition.Updatable in org.ojalgo.matrix.decompositionModifier and TypeInterfaceDescriptioninterfaceLU<N extends Comparable<N>>LU: [A] = [L][U]interfaceQR<N extends Comparable<N>>QR: [A] = [Q][R] Decomposes [this] into [Q] and [R] where: [Q] is an orthogonal matrix (orthonormal columns).