MKL_SPARSE_Z_SET_VALUE Interface

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

Arguments

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

Return Value integer(kind=C_INT)