reduce_crs_matrix Subroutine

public subroutine reduce_crs_matrix(CRS_val, CRS_col, CRS_rowptr, remove_IDs)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(inout), allocatable :: CRS_val(:)
integer(kind=int32), intent(inout), allocatable :: CRS_col(:)
integer(kind=int64), intent(inout), allocatable :: CRS_rowptr(:)
integer(kind=int32), intent(in) :: remove_IDs(:)