Метод | Описание | |
---|---|---|
EigenvalueDecomposition ( Matrix matrix ) : System |
Check for symmetry, then construct the eigenvalue decomposition
|
|
getImagEigenvalues ( ) : double[] |
Метод | Описание | |
---|---|---|
Hqr2 ( ) : void |
This is derived from the Algol procedure hqr2, by Martin and Wilkinson, Handbook for Auto. Comp., Vol.ii-Linear Algebra, and the corresponding Fortran subroutine in EISPACK.
|
|
Orthes ( ) : void |
This is derived from the Algol procedures orthes and ortran, by Martin and Wilkinson, Handbook for Auto. Comp., Vol.ii-Linear Algebra, and the corresponding Fortran subroutines in EISPACK.
|
|
Tql2 ( ) : void |
Symmetric tridiagonal QL algorithm.
|
|
Tred2 ( ) : void |
Symmetric Householder reduction to tridiagonal form.
|
|
cdiv ( double xr, double xi, double yr, double yi ) : void |
public EigenvalueDecomposition ( Matrix matrix ) : System | ||
matrix | Matrix | Square matrix |
Результат | System |