MKL_SPARSE_D_UPDATE_VALUES Interface

interface
public function MKL_SPARSE_D_UPDATE_VALUES(A, nvalues, indx, indy, values) bind(C, name='MKL_SPARSE_D_UPDATE_VALUES')

Arguments

Type IntentOptional Attributes Name
type(SPARSE_MATRIX_T), intent(inout) :: A
integer, intent(in) :: nvalues
integer, intent(in), DIMENSION(*) :: indx
integer, intent(in), DIMENSION(*) :: indy
real(kind=C_DOUBLE), intent(in), DIMENSION(*) :: values

Return Value integer(kind=C_INT)