## DEPRECATED FEATURES OF *ELPA* ## This file contains a list of features, which have been replaced by other options. Thus these features are considered as deprecated, and will be removed at some point in the (near) future from the *ELPA* library. ### A) Deprecated interfaces:### In order to unfiy the namespace of the *ELPA* public interfaces, several interfaces have been replaced by new names. The old interfaces will be removed Deprecated interface Replacement =================================================== get_elpa_row_col_coms elpa_get_communicators get_elpa_communicators elpa_get_communicators solve_evp_real elpa_solve_evp_real_1stage_double solve_evp_complex elpa_solve_evp_complex_1stage_double solve_evp_real_1stage elpa_solve_evp_real_1stage_double solve_evp_complex_1stage elpa_solve_evp_complex_1stage_double solve_evp_real_2stage elpa_solve_evp_real_2stage_double solve_evp_complex_2stage elpa_solve_evp_complex_2stage_double mult_at_b_real elpa_mult_at_b_real_double mult_ah_b_complex elpa_mult_ah_b_complex_double invert_trm_real elpa_invert_trm_real_double invert_trm_complex elpa_invert_trm_complex_double cholesky_real elpa_cholesky_real_double cholesky_complex elpa_cholesky_complex_double For all symbols also the corresponding "_single" routines are available ### B) Runtime options ### At the moment no runtime options are deprecated