Counts columns-per-row count from row index array.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in), | DIMENSION(1:nrows + 1) | :: | rows |
the row_p index (input) |
|
integer, | intent(out), | DIMENSION(1:nrows) | :: | counts |
the count of the number of columns per row |
|
integer, | intent(in) | :: | nrows |
number of rows |
Counts columns-per-row count from row index array, in-place.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(inout), | DIMENSION(1:nrows + 1) | :: | rows |
the row_p index (input); the count of the number of columns per row (output) |
|
integer, | intent(in) | :: | nrows |
number of rows |