fix_complex64_CRS Subroutine

public subroutine fix_complex64_CRS(this, idx, val, RHS, only_row)

Type Bound

CRS_

Arguments

Type IntentOptional Attributes Name
class(CRS_), intent(inout) :: this
integer(kind=int32), intent(in) :: idx(:)
complex(kind=real64), intent(in) :: val(:)
complex(kind=real64), intent(inout), optional :: RHS(:)
logical, intent(in), optional :: only_row