Choral
|
eignevalue problem, See eigen_mod More...
![]() |
Variables | |
integer, parameter | choral_constants::eig_arpack = 3000 |
integer, parameter | choral_constants::eig_regular = 3010 |
Regual Mode. More... | |
integer, parameter | choral_constants::eig_inverse = 3011 |
Inverse mode. More... | |
integer, parameter | choral_constants::eig_shift_invert = 3012 |
Shift-invert mode. More... | |
integer, parameter | choral_constants::eig_which_sm = 3030 |
Computation of eigenvalues xith smallest magnitude. More... | |
integer, parameter | choral_constants::eig_which_lm = 3031 |
Computation of eigenvalues xith largest magnitude. More... | |
eignevalue problem, See eigen_mod
Arnoldi with ARPACK
integer, parameter choral_constants::eig_arpack = 3000 |
Definition at line 323 of file choral_constants.f90.
integer, parameter choral_constants::eig_inverse = 3011 |
Inverse mode.
Definition at line 327 of file choral_constants.f90.
integer, parameter choral_constants::eig_regular = 3010 |
Regual Mode.
Definition at line 325 of file choral_constants.f90.
integer, parameter choral_constants::eig_shift_invert = 3012 |
Shift-invert mode.
Definition at line 329 of file choral_constants.f90.
integer, parameter choral_constants::eig_which_lm = 3031 |
Computation of eigenvalues xith largest magnitude.
Definition at line 333 of file choral_constants.f90.
integer, parameter choral_constants::eig_which_sm = 3030 |
Computation of eigenvalues xith smallest magnitude.
Definition at line 331 of file choral_constants.f90.