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

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

Public Member Functions

subroutine elpa_get_double_i (self, name, value, error)
 

Detailed Description

abstract definition of get method for double values Parameters

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

Constructor & Destructor Documentation

◆ elpa_get_double_i()

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

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