MKL_SPARSE_SYRK Interface

interface
public function MKL_SPARSE_SYRK(operation, A, C) bind(C, name='MKL_SPARSE_SYRK')

Arguments

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

Return Value integer(kind=C_INT)