Choral
Variables

eignevalue problem, See eigen_mod More...

Collaboration diagram for EIG_XXX:

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...
 

Detailed Description

eignevalue problem, See eigen_mod

Arnoldi with ARPACK

Variable Documentation

◆ eig_arpack

integer, parameter choral_constants::eig_arpack = 3000

Definition at line 323 of file choral_constants.f90.

◆ eig_inverse

integer, parameter choral_constants::eig_inverse = 3011

Inverse mode.

Definition at line 327 of file choral_constants.f90.

◆ eig_regular

integer, parameter choral_constants::eig_regular = 3010

Regual Mode.

Definition at line 325 of file choral_constants.f90.

◆ eig_shift_invert

integer, parameter choral_constants::eig_shift_invert = 3012

Shift-invert mode.

Definition at line 329 of file choral_constants.f90.

◆ eig_which_lm

integer, parameter choral_constants::eig_which_lm = 3031

Computation of eigenvalues xith largest magnitude.

Definition at line 333 of file choral_constants.f90.

◆ eig_which_sm

integer, parameter choral_constants::eig_which_sm = 3030

Computation of eigenvalues xith smallest magnitude.

Definition at line 331 of file choral_constants.f90.