MKL_SPARSE_C_SYMGS Interface

interface
public function MKL_SPARSE_C_SYMGS(operation, A, descr, alpha, b, x) bind(C, name='MKL_SPARSE_C_SYMGS')

Arguments

Type IntentOptional Attributes Name
integer(kind=C_INT), intent(in) :: operation
type(SPARSE_MATRIX_T), intent(in) :: A
type(MATRIX_DESCR), intent(in) :: descr
complex(kind=C_FLOAT_COMPLEX), intent(in) :: alpha
complex(kind=C_FLOAT_COMPLEX), intent(in), DIMENSION(*) :: b
complex(kind=C_FLOAT_COMPLEX), intent(inout), DIMENSION(*) :: x

Return Value integer(kind=C_INT)