Package | Description |
---|---|
org.ojalgo.matrix.decomposition |
Modifier and Type | Interface and Description |
---|---|
interface |
Eigenvalue<N extends Number>
[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).
|
interface |
SingularValue<N extends Number>
Singular Value: [A] = [Q1][D][Q2]T Decomposes [this] into [Q1], [D] and [Q2] where:
[Q1] is an orthogonal matrix.
|
Modifier and Type | Class and Description |
---|---|
class |
HermitianEvD<N extends Number>
Eigenvalues and eigenvectors of a real matrix.
|
Copyright © 2019 Optimatika. All rights reserved.