poly8x8_eval Function

public function poly8x8_eval(pc, x, y)

Returns double polynomial of degree 8x8, with coefficients pc(x,y), evaluated at x and y.

Arguments

Type IntentOptional 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

Return Value real(kind=gp)


Contents