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