Eigenvalue SoLvers for Petaflop-Applications (ELPA)  2017.11.001
Functions/Subroutines
elpa Module Reference

Functions/Subroutines

class(elpa_t) function, pointer elpa_allocate ()
 function to allocate an ELPA instance Parameters More...
 
subroutine elpa_deallocate (obj)
 function to deallocate an ELPA instance Parameters More...
 
subroutine elpa_autotune_deallocate (obj)
 function to deallocate an ELPA autotune instance Parameters More...
 

Function/Subroutine Documentation

◆ elpa_allocate()

class(elpa_t) function, pointer elpa::elpa_allocate ( )

function to allocate an ELPA instance Parameters

C interface for the implementation of the elpa_allocate method.

Returns
obj class(elpa_t), pointer : pointer to allocated object

◆ elpa_autotune_deallocate()

subroutine elpa::elpa_autotune_deallocate ( class(elpa_autotune_t), pointer  obj)

function to deallocate an ELPA autotune instance Parameters

Parameters
objclass(elpa_autotune_t), pointer : pointer to the autotune object to be destroyed and deallocated

◆ elpa_deallocate()

subroutine elpa::elpa_deallocate ( class(elpa_t), pointer  obj)

function to deallocate an ELPA instance Parameters

Parameters
objclass(elpa_t), pointer : pointer to the ELPA object to be destroyed and deallocated