Eigenvalue SoLvers for Petaflop-Applications (ELPA)  2020.11.001
Public Member Functions | List of all members
elpa_cholesky_ELPA_IMPL_SUFFIX_i Interface Reference

abstract definition of interface to do a cholesky decomposition of a matrix More...

Public Member Functions

subroutine elpa_cholesky_ELPA_IMPL_SUFFIX_i (self, a, error)
 

Detailed Description

abstract definition of interface to do a cholesky decomposition of a 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 real matrix: the matrix to be decomposed
asingle real matrix: the matrix to be decomposed
adouble complex matrix: the matrix to be decomposed
asingle complex matrix: the matrix to be decomposed
errorinteger, optional : error code, which can be queried with elpa_strerr

Constructor & Destructor Documentation

◆ elpa_cholesky_ELPA_IMPL_SUFFIX_i()

subroutine elpa_cholesky_ELPA_IMPL_SUFFIX_i::elpa_cholesky_ELPA_IMPL_SUFFIX_i ( class(elpa_t self,
  a,
integer, optional  error 
)

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