Evaluate a polynomial in the Lagrange basis at some point x.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_lagrange_type), | intent(in) | :: | me | The polynomial in Lagrange basis to evaluate at point x. |
||
real(kind=rk), | intent(in) | :: | x | Coordinate at which the function is to be evaluated. |
Value of the polynomial at coordinate x.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iPoint |