MKL_SPARSE_S_SET_VALUE Interface

interface
public function MKL_SPARSE_S_SET_VALUE(A, row, col, value) bind(C, name='MKL_SPARSE_S_SET_VALUE')

Arguments

Type IntentOptional Attributes Name
type(SPARSE_MATRIX_T), intent(inout) :: A
integer, intent(in) :: row
integer, intent(in) :: col
real(kind=C_FLOAT), intent(in) :: value

Return Value integer(kind=C_INT)