Celpa_api::elpa_associate_int_i | Abstract definition of associate method for integer pointers Parameters |
Celpa_api::elpa_autotune_destroy_i | Abstract definition of interface to destroy the autotuning state Parameters |
Celpa_api::elpa_autotune_print_i | Abstract definition of interface to print the autotuning state Parameters |
Celpa_api::elpa_autotune_set_best_i | Abstract definition of the autotune set_best method Parameters |
Celpa_api::elpa_autotune_setup_i | Abstract definition of the autotune setup method Parameters |
Celpa_api::elpa_autotune_step_i | Abstract definition of the autotune step method Parameters |
▼Celpa_api::elpa_autotune_t | Abstract definition of the elpa_autotune type |
Celpa_autotune_impl::elpa_autotune_impl_t | |
Celpa_api::elpa_can_set_i | Abstract definition of can_set method for integer values Parameters |
Celpa_api::elpa_cholesky_d_i | Abstract definition of interface to do a cholesky decomposition of a double real matrix |
Celpa_api::elpa_cholesky_dc_i | Abstract definition of interface to do a cholesky decomposition of a double complex matrix |
Celpa_api::elpa_cholesky_f_i | Abstract definition of interface to do a cholesky decomposition of a single real matrix |
Celpa_api::elpa_cholesky_fc_i | Abstract definition of interface to do a cholesky decomposition of a single complex matrix |
Celpa_api::elpa_destroy_i | Abstract definition of interface to destroy an ELPA object Parameters |
Celpa_api::elpa_eigenvalues_d_i | Abstract definition of interface to solve double real eigenvalue problem |
Celpa_api::elpa_eigenvalues_dc_i | Abstract definition of interface to solve double complex eigenvalue problem |
Celpa_api::elpa_eigenvalues_f_i | Abstract definition of interface to solve single real eigenvalue problem |
Celpa_api::elpa_eigenvalues_fc_i | Abstract definition of interface to solve single complex eigenvalue problem |
Celpa_api::elpa_eigenvectors_d_i | Abstract definition of interface to solve double real eigenvalue problem |
Celpa_api::elpa_eigenvectors_dc_i | Abstract definition of interface to solve double complex eigenvalue problem |
Celpa_api::elpa_eigenvectors_f_i | Abstract definition of interface to solve single real eigenvalue problem |
Celpa_api::elpa_eigenvectors_fc_i | Abstract definition of interface to solve single complex eigenvalue problem |
Celpa_api::elpa_get_double_i | Abstract definition of get method for double values Parameters |
Celpa_api::elpa_get_integer_i | Abstract definition of get method for integer values Parameters |
Celpa_api::elpa_get_time_i | Abstract definition of get_time method to querry the timer Parameters |
Celpa_api::elpa_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_api::elpa_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_api::elpa_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_api::elpa_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_index_double_entry_t | |
Celpa_index_entry_t | |
Celpa_index_int_entry_t | |
Celpa_index_struct | |
Celpa_api::elpa_invert_trm_d_i | Abstract definition of interface to invert a triangular double real matrix |
Celpa_api::elpa_invert_trm_dc_i | Abstract definition of interface to invert a triangular double complex matrix |
Celpa_api::elpa_invert_trm_f_i | Abstract definition of interface to invert a triangular single real matrix Parameters |
Celpa_api::elpa_invert_trm_fc_i | Abstract definition of interface to invert a triangular single complex matrix |
Celpa_api::elpa_is_set_i | Abstract definition of is_set method for integer values Parameters |
Celpa_api::elpa_print_times_i | Abstract definition of print method for timer Parameters |
Celpa_api::elpa_set_double_i | Abstract definition of set method for double values Parameters |
Celpa_api::elpa_set_integer_i | Abstract definition of set method for integer values Parameters |
Celpa_api::elpa_setup_i | Abstract definition of the ELPA setup method Parameters |
Celpa2::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" |
Celpa2::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" |
Celpa2::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" |
Celpa2::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" |
Celpa_api::elpa_solve_tridiagonal_d_i | Abstract definition of interface to solve the eigenvalue problem for a double-precision real valued tridiangular matrix |
Celpa_api::elpa_solve_tridiagonal_f_i | Abstract definition of interface to solve the eigenvalue problem for a single-precision real valued tridiangular matrix |
Celpa_api::elpa_strlen_c | Definition of helper function to get C strlen Parameters |
▼Celpa_api::elpa_t | Abstract definition of the elpa_t type |
▼Celpa_abstract_impl::elpa_abstract_impl_t | |
Celpa_impl::elpa_impl_t | Definition of the extended elpa_impl_t type |
Celpa_api::elpa_timer_start_i | Abstract definition of the start method for timer Parameters |
Celpa_api::elpa_timer_stop_i | Abstract definition of the stop method for timer Parameters |
Celpa1::solve_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" |
Celpa1::solve_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" |
Celpa1::solve_evp_complex_1stage_single | Solve_evp_complex_1stage_single: Fortran function to solve the complex single-precision eigenvalue problem with 1-stage solver |
Celpa2::solve_evp_complex_2stage | Solve_evp_complex_2stage: Old, deprecated interface for elpa_solve_evp_complex_2stage_double |
Celpa1::solve_evp_real_1stage | |
Celpa1::solve_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" |
Celpa1::solve_evp_real_1stage_single | Solve_evp_real_1stage_single: Fortran function to solve the real single-precision eigenvalue problem with 1-stage solver |
Celpa2::solve_evp_real_2stage | Solve_evp_real_2stage: Old, deprecated interface for elpa_solve_evp_real_2stage_double |