Returns double polynomial of degree 8x8, with coefficients pc(x,y), evaluated at x and y.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=GP), | intent(in), | dimension(0:8,0:8) | :: | pc |
polynomial coefficients |
|
| real(kind=GP), | intent(in) | :: | x |
input variables |
||
| real(kind=GP), | intent(in) | :: | y |
input variables |