initCRS Subroutine

public subroutine initCRS(this, val, col_idx, row_ptr)

Type Bound

CRS_

Arguments

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