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

abstract definition of interface to invert a triangular double complex matrix More...

Public Member Functions

subroutine elpa_invert_trm_dc_i (self, a, error)
 

Detailed Description

abstract definition of interface to invert a triangular double complex matrix

The dimensions of the matrix a (locally ditributed and global), the block-cylic-distribution block size, and the MPI communicators are already known to the object and MUST be set BEFORE with the class method "setup"

Parameters

Parameters
selfclass(elpa_t), the ELPA object
adouble complex matrix: the matrix to be inverted
errorinteger, optional : error code, which can be queried with elpa_strerr

Constructor & Destructor Documentation

◆ elpa_invert_trm_dc_i()

subroutine elpa_api::elpa_invert_trm_dc_i::elpa_invert_trm_dc_i ( class(elpa_t self,
complex(kind=c_double_complex), dimension(self%local_nrows,*)  a,
integer, optional  error 
)

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