MKL_SPARSE_C_TRSV Interface

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

Arguments

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

Return Value integer(kind=C_INT)