Package | Description |
---|---|
Maths |
Provides maths classes.
|
Modifier and Type | Method and Description |
---|---|
double[] |
SquareMatrix.eigValues()
Calculates the Eigenvalues.
|
SquareMatrix |
SquareMatrix.eigValuesDiag()
Calculates the Eigenvalues.
|
SquareMatrix |
SquareMatrix.eigVectors()
Calculates the Eigenvectors.
|
Constructor and Description |
---|
EigenvalueDecomposition(SquareMatrix Arg)
Check for symmetry, then construct the eigenvalue decomposition
|