Eigenvalue SoLvers for Petaflop-Applications (ELPA)  2020.11.001
Data Types List
Here are the data types with brief descriptions:
[detail level 12]
 Nelpa_abstract_implFortran module to provide an abstract definition of the implementation. Do not use directly. Use the module "elpa"
 Celpa_abstract_impl_t
 Nelpa_apiFortran module which provides the definition of the ELPA API. Do not use directly! Use the module "elpa"
 Celpa_associate_int_iAbstract definition of associate method for integer pointers Parameters
 Celpa_autotune_destroy_iAbstract definition of interface to destroy the autotuning state Parameters
 Celpa_autotune_load_state_iAbstract definition of the autotune load state method Parameters
 Celpa_autotune_print_best_iAbstract definition of the autotune print best method Parameters
 Celpa_autotune_print_iAbstract definition of interface to print the autotuning state Parameters
 Celpa_autotune_print_state_iAbstract definition of the autotune print state method Parameters
 Celpa_autotune_save_state_iAbstract definition of the autotune save state method Parameters
 Celpa_autotune_set_best_iAbstract definition of the autotune set_best method Parameters
 Celpa_autotune_setup_iAbstract definition of the autotune setup method Parameters
 Celpa_autotune_step_iAbstract definition of the autotune step method Parameters
 Celpa_autotune_tAbstract definition of the elpa_autotune type
 Celpa_can_set_iAbstract definition of can_set method for integer values Parameters
 Celpa_creating_from_legacy_api_i
 Celpa_destroy_iAbstract definition of interface to destroy an ELPA object Parameters
 Celpa_get_double_iAbstract definition of get method for double values Parameters
 Celpa_get_float_iAbstract definition of get method for float values Parameters
 Celpa_get_integer_iAbstract definition of get method for integer values Parameters
 Celpa_get_time_iAbstract definition of get_time method to querry the timer Parameters
 Celpa_is_set_iAbstract definition of is_set method for integer values Parameters
 Celpa_print_times_iAbstract definition of print method for timer Parameters
 Celpa_set_double_iAbstract definition of set method for double values Parameters
 Celpa_set_float_iAbstract definition of set method for float values Parameters
 Celpa_set_integer_iAbstract definition of set method for integer values Parameters
 Celpa_setup_iAbstract definition of the ELPA setup method Parameters
 Celpa_strlen_cDefinition of helper function to get C strlen Parameters
 Celpa_tAbstract definition of the elpa_t type
 Celpa_timer_start_iAbstract definition of the start method for timer Parameters
 Celpa_timer_stop_iAbstract definition of the stop method for timer Parameters
 Cload_settings_iAbstract definition of the load_settings method Parameters
 Cprint_settings_iAbstract definition of the print_settings method Parameters
 Cstore_settings_iAbstract definition of the store_settings method Parameters
 Nelpa_autotune_impl
 Celpa_autotune_impl_t
 Nelpa_implFortran module which provides the actual implementation of the API. Do not use directly! Use the module "elpa"
 Celpa_impl_tDefinition of the extended elpa_impl_t type
 Celpa_cholesky_ELPA_IMPL_SUFFIX_iAbstract definition of interface to do a cholesky decomposition of a matrix
 Celpa_eigenvalues_ELPA_IMPL_SUFFIX_iAbstract definition of interface to solve a eigenvalue problem
 Celpa_eigenvectors_ELPA_IMPL_SUFFIX_iAbstract definition of interface to solve double real eigenvalue problem
 Celpa_generalized_eigenvalues_ELPA_IMPL_SUFFIX_iAbstract definition of interface to solve a generalized eigenvalue problem
 Celpa_generalized_eigenvectors_ELPA_IMPL_SUFFIX_iAbstract definition of interface to solve a generalized eigenvalue problem
 Celpa_hermitian_multiply_ELPA_IMPL_SUFFIX_iAbstract definition of interface to compute C : = A**T * B 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_index_double_entry_t
 Celpa_index_entry_t
 Celpa_index_float_entry_t
 Celpa_index_int_entry_t
 Celpa_index_struct
 Celpa_invert_trm_ELPA_IMPL_SUFFIX_iAbstract definition of interface to invert a triangular matrix
 Celpa_skew_eigenvalues_ELPA_IMPL_SUFFIX_iAbstract definition of interface to solve a skew-symmetric eigenvalue problem
 Celpa_skew_eigenvectors_ELPA_IMPL_SUFFIX_iAbstract definition of interface to solve double real skew-symmetric eigenvalue problem
 Celpa_solve_tridiagonal_ELPA_IMPL_SUFFIX_iAbstract definition of interface to solve the eigenvalue problem for a valued tridiangular matrix