MKL_SPARSE_SYPR Interface

interface
public function MKL_SPARSE_SYPR(operation, A, B, descrB, C, req) bind(C, name='MKL_SPARSE_SYPR')

Arguments

Type IntentOptional Attributes Name
integer(kind=C_INT), intent(in) :: operation
type(SPARSE_MATRIX_T), intent(in) :: A
type(SPARSE_MATRIX_T), intent(in) :: B
type(MATRIX_DESCR), intent(in) :: descrB
type(SPARSE_MATRIX_T), intent(inout) :: C
integer(kind=C_INT), intent(in) :: req

Return Value integer(kind=C_INT)