spmv_as_subroutine_CRS Subroutine

public subroutine spmv_as_subroutine_CRS(this, old_vector, new_vector)

Type Bound

CRS_

Arguments

Type IntentOptional Attributes Name
class(CRS_), intent(in) :: this
real(kind=real64), intent(in) :: old_vector(:)
real(kind=real64), intent(out) :: new_vector(:)