Define a new polynomial in the Lagrange basis.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nPoints |
Number of points to define the polynomial. |
||
procedure(ply_nodeset_coords) | :: | nodeset |
The set of nodes where the function assumes the given values. |
|||
real(kind=rk), | intent(in) | :: | values(nPoints) |
Function values at all nPoints of the nodeset. |
The newly created Lagrange series describing the polynomial function.