Eigenvalue SoLvers for Petaflop-Applications (ELPA)  2017.05.002
Public Member Functions | List of all members
elpa_api::elpa_get_integer_i Interface Reference

abstract definition of get method for integer values Parameters More...

Public Member Functions

subroutine elpa_get_integer_i (self, name, value, error)
 

Detailed Description

abstract definition of get method for integer values Parameters

Parameters
selfclass(elpa_t): the ELPA object
namestring: the name of the key
valueinteger : the value corresponding to the key
errorinteger, optional : error code, which can be queried with elpa_strerr()

Constructor & Destructor Documentation

◆ elpa_get_integer_i()

subroutine elpa_api::elpa_get_integer_i::elpa_get_integer_i ( class(elpa_t self,
character(*), intent(in)  name,
integer(kind=c_int)  value,
integer, intent(out), optional  error 
)

The documentation for this interface was generated from the following file: