Eigenvalue SoLvers for Petaflop-Applications (ELPA)
2017.11.001
|
Fortran module which provides the routines to use the 2-stage ELPA solver. More...
Data Types | |
interface | elpa_solve_evp_complex_2stage_double |
elpa_solve_evp_complex_2stage_double: Fortran function to solve the complex double-precision eigenvalue problem with a 2 stage approach. This is called by "elpa_solve_evp_complex_double" More... | |
interface | elpa_solve_evp_complex_2stage_single |
elpa_solve_evp_complex_2stage_single: Fortran function to solve the complex double-precision eigenvalue problem with a 2 stage approach. This is called by "elpa_solve_evp_complex_single" More... | |
interface | elpa_solve_evp_real_2stage_double |
elpa_solve_evp_real_2stage_double: Fortran function to solve the real double-precision eigenvalue problem with a 2 stage approach. This is called by "elpa_solve_evp_real_double" More... | |
interface | elpa_solve_evp_real_2stage_single |
elpa_solve_evp_real_2stage_single: Fortran function to solve the real single-precision eigenvalue problem with a 2 stage approach. This is called by "elpa_solve_evp_real_single" More... | |
interface | solve_evp_complex_2stage |
solve_evp_complex_2stage: Old, deprecated interface for elpa_solve_evp_complex_2stage_double More... | |
interface | solve_evp_real_2stage |
solve_evp_real_2stage: Old, deprecated interface for elpa_solve_evp_real_2stage_double More... | |
Fortran module which provides the routines to use the 2-stage ELPA solver.