| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int), | intent(in), | value | :: | N | ||
| real(kind=c_double), | intent(in), | value | :: | x | ||
| real(kind=c_double), | intent(out) | :: | row(N+1) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int), | intent(in), | value | :: | N | ||
| real(kind=c_double), | intent(in), | value | :: | x | ||
| real(kind=c_double), | intent(in), | value | :: | y | ||
| real(kind=c_double), | intent(out) | :: | row(N+1) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int), | intent(in), | value | :: | N | ||
| real(kind=c_double), | intent(in), | value | :: | x | ||
| real(kind=c_double), | intent(in), | value | :: | y | ||
| real(kind=c_double), | intent(out) | :: | row((N+1)**2) |