public class AllEigenvalues extends Eigenvalues
Computes for an n
×n
real nonsymmetric matrix
A
, the eigenvalues (λ) and, optionally, the left and/or
right eigenvectors. The computed eigenvectors are normalized to have
Euclidean norm equal to 1 and largest component real.
n, nev, value, vector
Constructor and Description |
---|
AllEigenvalues(Matrix A)
Construct with the given matrix
|
Modifier and Type | Method and Description |
---|---|
AllEigenvalues |
run()
Run the decomposition algorithm.
|
getN, largest, of
public AllEigenvalues(Matrix A)
A
- public AllEigenvalues run()
Eigenvalues
run
in class Eigenvalues