| Author |
Comment/Response |
Francesco Abbrescia
|
03/28/12 10:15am
Hi, where i can find instruction on internal representation of interpolating functions?
I would like to know what these numbers mean,
what options are possible instead of internal Automatic, and what Method (Interpolation) are possible.
here is an example:
Interpolation[{{0,10},{1,20},{2,30}},InterpolationOrder->0]
(* internal representation: *)
InterpolatingFunction[
{{0,2},{4,3,0,{3},{1},0,0,0,0,Automatic},{{0,1,2}},{{10},{20},{30}},Automatic}
]
Thanks
URL: , |
|