pylag.spline_cpp_wrapper module

Cython wrapper for cublic spline, which is implemented in C++.

class pylag.spline_cpp_wrapper.SplineWrapper

Bases: object

Cython wrapper for the class spline, which is implemented in spline.cpp

The method for wrapping spline follows the method laid out in Cython’s documentation (see https://cython.readthedocs.io/en/latest/).