addCRS Subroutine

public subroutine addCRS(this, row, col, val)

Type Bound

CRS_

Arguments

Type IntentOptional Attributes Name
class(CRS_), intent(inout) :: this
integer(kind=int32), intent(in) :: row
integer(kind=int32), intent(in) :: col
real(kind=real64), intent(in) :: val