hermite | topic started 8/28/2001; 8:19:38 PM last post 8/28/2001; 8:19:38 PM |
Michael Gage - hermite 8/28/2001; 8:19:38 PM (reads: 2246, responses: 0) |
hermiteDescriptionProduces a reference to a subroutine which evaluates a polynomial passing through the specified points Syntax
Params References to three arrays, specifying respectively the x, y and y' values to be interpolated by the Hermite polynomial. All of the parameters are required. There are no defaults. Returns A reference to a function of one variable representing the polynomial. Notes The Hermite polynomial objects give the most versatile version of Hermite spline approximation. Except in rare cases they are likely to be the most appropriate choice for specifying graphs. See Also hermite_spline, Hermite.pm
|