EVD |
EVD.factor(DenseMatrix A) |
Computes the eigenvalue decomposition of the given matrix
|
SVD |
SVD.factor(DenseMatrix A) |
Computes an SVD
|
SymmBandEVD |
SymmBandEVD.factor(LowerSymmBandMatrix A) |
Computes the eigenvalue decomposition of the given matrix
|
SymmBandEVD |
SymmBandEVD.factor(UpperSymmBandMatrix A) |
Computes the eigenvalue decomposition of the given matrix
|
SymmDenseEVD |
SymmDenseEVD.factor(LowerSymmDenseMatrix A) |
Computes the eigenvalue decomposition of the given matrix
|
SymmDenseEVD |
SymmDenseEVD.factor(UpperSymmDenseMatrix A) |
Computes the eigenvalue decomposition of the given matrix
|
SymmPackEVD |
SymmPackEVD.factor(LowerSymmPackMatrix A) |
Computes the eigenvalue decomposition of the given matrix
|
SymmPackEVD |
SymmPackEVD.factor(UpperSymmPackMatrix A) |
Computes the eigenvalue decomposition of the given matrix
|
SymmTridiagEVD |
SymmTridiagEVD.factor(SymmTridiagMatrix A) |
Computes the eigenvalue decomposition of the given matrix
|
static EVD |
EVD.factorize(Matrix A) |
Convenience method for computing the complete eigenvalue decomposition of
the given matrix
|
static SVD |
SVD.factorize(Matrix A) |
Convenience method for computing a full SVD
|
static SymmBandEVD |
SymmBandEVD.factorize(Matrix A,
int kd) |
Convenience method for computing the full eigenvalue decomposition of the
given matrix
|
static SymmDenseEVD |
SymmDenseEVD.factorize(Matrix A) |
Convenience method for computing the full eigenvalue decomposition of the
given matrix
|
static SymmPackEVD |
SymmPackEVD.factorize(Matrix A) |
Convenience method for computing the full eigenvalue decomposition of the
given matrix
|
static SymmTridiagEVD |
SymmTridiagEVD.factorize(Matrix A) |
Convenience method for computing the full eigenvalue decomposition of the
given matrix
|