swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Revision f538f01b481a4fc1ec0567e1345c6ac297e11024 authored by Rene Brun on 18 March 2004, 13:52:05 UTC, committed by Rene Brun on 18 March 2004, 13:52:05 UTC
Double_t TGraph::Eval(Double_t x, TSpline *spline, Option_t *option) const
{
// Interpolate points in this graph at x using a TSpline
//  -if spline==0 and option="" a linear interpolation between the two points
//   close to x is computed. If x is outside the graph range, a linear
//   extrapolation is computed.
//  -if spline==0 and option="S" a TSpline3 object is created using this graph
//   and the interpolated value from the spline is returned.
//   the internally created spline is deleted on return.
//  -if spline is specified, it is used to return the interpolated value.


git-svn-id: http://root.cern.ch/svn/root/trunk@8431 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 3cfc83a
History
Tip revision: 6c9118fb23c981c28a53dc215c68f2be00c04e3e authored by Jonas Rembser on 12 April 2024, 19:22:15 UTC
[RF] Enable `roofit_multiprocess` on the CI
Tip revision: 6c9118f

back to top