EVD |
DenseMatrix.eigen() |
Returns the eigen value decomposition.
|
default EVD |
DenseMatrix.eigen(boolean inPlace) |
Returns the eigen value decomposition.
|
EVD |
JMatrix.eigen() |
|
static EVD |
Lanczos.eigen(Matrix A,
int k) |
Find k largest approximate eigen pairs of a symmetric matrix by the
Lanczos algorithm.
|
static EVD |
Lanczos.eigen(Matrix A,
int k,
double kappa,
int maxIter) |
Find k largest approximate eigen pairs of a symmetric matrix by the
Lanczos algorithm.
|
default EVD |
Matrix.eigen(int k) |
Find k largest approximate eigen pairs of a symmetric matrix by the
Lanczos algorithm.
|
default EVD |
Matrix.eigen(int k,
double kappa,
int maxIter) |
Find k largest approximate eigen pairs of a symmetric matrix by the
Lanczos algorithm.
|