Uses of Interface
org.ojalgo.matrix.decomposition.MatrixDecomposition.Values
Packages that use MatrixDecomposition.Values
-
Uses of MatrixDecomposition.Values in org.ojalgo.matrix.decomposition
Subinterfaces of MatrixDecomposition.Values in org.ojalgo.matrix.decompositionModifier and TypeInterfaceDescriptioninterfaceEigenvalue<N extends Comparable<N>>[A] = [V][D][V]-1 ([A][V] = [V][D]) [A] = any square matrix. [V] = contains the eigenvectors as columns. [D] = a diagonal matrix with the eigenvalues on the diagonal (possibly in blocks).static interfaceEigenvalue.Generalised<N extends Comparable<N>>static interfaceEigenvalue.Spectral<N extends Comparable<N>>“Spectral decomposition” refers specifically to the orthogonal/unitary eigen-decomposition of a normal matrix (most commonly Hermitian / symmetric).interfaceSingularValue<N extends Comparable<N>>Singular Value: [A] = [U][S][V]T Decomposes [this] into [U], [S] and [V] where: [U] is an orthogonal matrix.