CubicSpline2d

class pyopenms.CubicSpline2d

Bases: object

Cython implementation of _CubicSpline2d

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1CubicSpline2d.html

__init__()
  • Cython signature: void CubicSpline2d(libcpp_vector[double] x, libcpp_vector[double] y)

  • Cython signature: void CubicSpline2d(CubicSpline2d &)

  • Cython signature: void CubicSpline2d(libcpp_map[double,double] m)

Methods

__init__

  • Cython signature: void CubicSpline2d(libcpp_vector[double] x, libcpp_vector[double] y)

derivatives

Cython signature: double derivatives(double x, unsigned int order) Returns first, second or third derivative of cubic spline

eval

Cython signature: double eval(double x) Evaluates the cubic spline

derivatives()

Cython signature: double derivatives(double x, unsigned int order) Returns first, second or third derivative of cubic spline

eval()

Cython signature: double eval(double x) Evaluates the cubic spline