Eigenvalue SoLvers for Petaflop-Applications (ELPA)  2021.05.001
Data Types | Modules | Functions/Subroutines
elpa_abstract_impl.F90 File Reference
#include "config-f90.h"

Data Types

type  elpa_abstract_impl::elpa_abstract_impl_t
 

Modules

module  elpa_abstract_impl
 Fortran module to provide an abstract definition of the implementation. Do not use directly. Use the module "elpa".
 

Functions/Subroutines

subroutine elpa_abstract_impl::elpa_set_integer (self, name, value, error)
 internal subroutine to set an integer key/value pair Parameters More...
 
subroutine elpa_abstract_impl::elpa_get_integer (self, name, value, error)
 internal subroutine to get an integer key/value pair Parameters More...
 
subroutine elpa_abstract_impl::elpa_set_float (self, name, value, error)
 internal subroutine to set a float key/value pair Parameters More...
 
subroutine elpa_abstract_impl::elpa_get_float (self, name, value, error)
 internal subroutine to get an float key/value pair Parameters More...
 
subroutine elpa_abstract_impl::elpa_set_double (self, name, value, error)
 internal subroutine to set a double key/value pair Parameters More...
 
subroutine elpa_abstract_impl::elpa_get_double (self, name, value, error)
 internal subroutine to get an double key/value pair Parameters More...