▼Nelpa1 | Fortran module which provides the routines to use the one-stage ELPA solver |
Csolve_evp_complex_1stage | Solve_evp_complex_1stage: old, deprecated Fortran function to solve the complex eigenvalue problem with 1-stage solver. will be deleted at some point. Better use "solve_evp_complex_1stage" or "elpa_solve_evp_complex" |
Csolve_evp_complex_1stage_double | Solve_evp_complex_1stage_double: Fortran function to solve the complex eigenvalue problem with 1-stage solver. This is called by "elpa_solve_evp_complex" |
Csolve_evp_complex_1stage_single | Solve_evp_complex_1stage_single: Fortran function to solve the complex single-precision eigenvalue problem with 1-stage solver |
Csolve_evp_real_1stage | |
Csolve_evp_real_1stage_double | Elpa_solve_evp_real_1stage_double: Fortran function to solve the real eigenvalue problem with 1-stage solver. This is called by "elpa_solve_evp_real" |
Csolve_evp_real_1stage_single | Solve_evp_real_1stage_single: Fortran function to solve the real single-precision eigenvalue problem with 1-stage solver |
▼Nelpa2 | Fortran module which provides the routines to use the 2-stage ELPA solver |
Celpa_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" |
Celpa_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" |
Celpa_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" |
Celpa_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" |
Csolve_evp_complex_2stage | Solve_evp_complex_2stage: Old, deprecated interface for elpa_solve_evp_complex_2stage_double |
Csolve_evp_real_2stage | Solve_evp_real_2stage: Old, deprecated interface for elpa_solve_evp_real_2stage_double |
▼Nelpa_abstract_impl | Fortran module to provide an abstract definition of the implementation. Do not use directly. Use the module "elpa" |
Celpa_abstract_impl_t | |
▼Nelpa_api | Fortran module which provides the definition of the ELPA API. Do not use directly! Use the module "elpa" |
Celpa_associate_int_i | Abstract definition of associate method for integer pointers Parameters |
Celpa_autotune_destroy_i | Abstract definition of interface to destroy the autotuning state Parameters |
Celpa_autotune_print_i | Abstract definition of interface to print the autotuning state Parameters |
Celpa_autotune_set_best_i | Abstract definition of the autotune set_best method Parameters |
Celpa_autotune_setup_i | Abstract definition of the autotune setup method Parameters |
Celpa_autotune_step_i | Abstract definition of the autotune step method Parameters |
Celpa_autotune_t | Abstract definition of the elpa_autotune type |
Celpa_can_set_i | Abstract definition of can_set method for integer values Parameters |
Celpa_cholesky_d_i | Abstract definition of interface to do a cholesky decomposition of a double real matrix |
Celpa_cholesky_dc_i | Abstract definition of interface to do a cholesky decomposition of a double complex matrix |
Celpa_cholesky_f_i | Abstract definition of interface to do a cholesky decomposition of a single real matrix |
Celpa_cholesky_fc_i | Abstract definition of interface to do a cholesky decomposition of a single complex matrix |
Celpa_destroy_i | Abstract definition of interface to destroy an ELPA object Parameters |
Celpa_eigenvalues_d_i | Abstract definition of interface to solve double real eigenvalue problem |
Celpa_eigenvalues_dc_i | Abstract definition of interface to solve double complex eigenvalue problem |
Celpa_eigenvalues_f_i | Abstract definition of interface to solve single real eigenvalue problem |
Celpa_eigenvalues_fc_i | Abstract definition of interface to solve single complex eigenvalue problem |
Celpa_eigenvectors_d_i | Abstract definition of interface to solve double real eigenvalue problem |
Celpa_eigenvectors_dc_i | Abstract definition of interface to solve double complex eigenvalue problem |
Celpa_eigenvectors_f_i | Abstract definition of interface to solve single real eigenvalue problem |
Celpa_eigenvectors_fc_i | Abstract definition of interface to solve single complex eigenvalue problem |
Celpa_get_double_i | Abstract definition of get method for double values Parameters |
Celpa_get_integer_i | Abstract definition of get method for integer values Parameters |
Celpa_get_time_i | Abstract definition of get_time method to querry the timer Parameters |
Celpa_hermitian_multiply_d_i | Abstract definition of interface to compute C : = A**T * B for double real matrices where A is a square matrix (selfa,selfna) which is optionally upper or lower triangular B is a (selfna,ncb) matrix C is a (selfna,ncb) matrix where optionally only the upper or lower triangle may be computed |
Celpa_hermitian_multiply_dc_i | Abstract definition of interface to compute C : = A**H * B where A is a square matrix (selfna,selfa) which is optionally upper or lower triangular B is a (selfna,ncb) matrix C is a (selfna,ncb) matrix where optionally only the upper or lower triangle may be computed |
Celpa_hermitian_multiply_f_i | Abstract definition of interface to compute C : = A**T * B where A is a square matrix (selfna,selfna) which is optionally upper or lower triangular B is a (selfna,ncb) matrix C is a (selfna,ncb) matrix where optionally only the upper or lower triangle may be computed |
Celpa_hermitian_multiply_fc_i | Abstract definition of interface to compute C : = A**H * B where A is a square matrix (selfna,selfna) which is optionally upper or lower triangular B is a (selfna,ncb) matrix C is a (selfna,ncb) matrix where optionally only the upper or lower triangle may be computed |
Celpa_invert_trm_d_i | Abstract definition of interface to invert a triangular double real matrix |
Celpa_invert_trm_dc_i | Abstract definition of interface to invert a triangular double complex matrix |
Celpa_invert_trm_f_i | Abstract definition of interface to invert a triangular single real matrix Parameters |
Celpa_invert_trm_fc_i | Abstract definition of interface to invert a triangular single complex matrix |
Celpa_is_set_i | Abstract definition of is_set method for integer values Parameters |
Celpa_print_times_i | Abstract definition of print method for timer Parameters |
Celpa_set_double_i | Abstract definition of set method for double values Parameters |
Celpa_set_integer_i | Abstract definition of set method for integer values Parameters |
Celpa_setup_i | Abstract definition of the ELPA setup method Parameters |
Celpa_solve_tridiagonal_d_i | Abstract definition of interface to solve the eigenvalue problem for a double-precision real valued tridiangular matrix |
Celpa_solve_tridiagonal_f_i | Abstract definition of interface to solve the eigenvalue problem for a single-precision real valued tridiangular matrix |
Celpa_strlen_c | Definition of helper function to get C strlen Parameters |
Celpa_t | Abstract definition of the elpa_t type |
Celpa_timer_start_i | Abstract definition of the start method for timer Parameters |
Celpa_timer_stop_i | Abstract definition of the stop method for timer Parameters |
▼Nelpa_autotune_impl | |
Celpa_autotune_impl_t | |
▼Nelpa_impl | Fortran module which provides the actual implementation of the API. Do not use directly! Use the module "elpa" |
Celpa_impl_t | Definition of the extended elpa_impl_t type |
Celpa_index_double_entry_t | |
Celpa_index_entry_t | |
Celpa_index_int_entry_t | |
Celpa_index_struct | |