Sum up the first N elements of the real (kind=dp) array V(*) with a stepwidth of IV
Sum up the first N elements of the real (kind=dp) array V(*) with a stepwidth of IV
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n |
Number of elements to sum over |
||
| real(kind=dp), | intent(in), | dimension(*) | :: | v |
Input vector |
|
| integer, | intent(in) | :: | iv |
Stepwidth |