CubicSpline3D Class Reference
Inheritance diagram for CubicSpline3D:
Detailed Description3-dim interpolation with cubic spline Interpolation of 3D function with the cubic spline method.
Constructor & Destructor Documentation◆ CubicSpline3D()
constructor get all input and interpolate in the innermost dimension x3 ◆ ~CubicSpline3D()
Member Function Documentation◆ grid_limits()
first or second pair data members. return value from 3d spline interpolation get result for interpolation in x3 and use it to do two consecutive interpolations in x2 and x1 Min and max values in each dimension can be obtained by using Reimplemented from BaseInterpolation. ◆ interp()
return value from 3d interpolation get result from interpolation in x1-x2 for each x3 and use it to do interpolations in x3 Reimplemented from BaseInterpolation. The documentation for this class was generated from the following files:
Generated on Fri Jun 7 2019 18:46:38 for TMDlib by 1.8.15 |