vice.toolkit.interpolation ========================== VICE Interpolation Schema : Internal utilities for interpolation. .. versionadded:: 1.2.0 Contents -------- interp_scheme_1d : object A 1-D linear interpolation scheme given a list of (x, y) points. interp_scheme_2d : object A 2-D linear interpolation scheme given lists of x- and y-coordinates and a 2-D list of z-coordinates. .. toctree:: :titlesonly: :maxdepth: 5 vice.toolkit.interpolation.interp_scheme_1d vice.toolkit.interpolation.interp_scheme_2d