Here are the data types with brief descriptions:
[detail level 12]
▼NELPA1 | Fortran module which provides the routines to use the one-stage ELPA solver |
Cget_elpa_row_col_comms | Get_elpa_row_col_comms: old, deprecated Fortran function to create the MPI communicators for ELPA. Better use "elpa_get_communicators" The interface and variable definition is the same as in "elpa_get_communicators" |
Csolve_evp_complex | Solve_evp_complex: old, deprecated Fortran function to solve the complex eigenvalue problem with 1-stage solver. Better use "solve_evp_complex_1stage" |
Csolve_evp_real | Solve_evp_real: old, deprecated Fortran function to solve the real eigenvalue problem with 1-stage solver. Better use "solve_evp_real_1stage" |