cerberus.interpolation

Module for interpolation. Contains Interpolator class and interpolation_from_file function.

Functions

interpolation_from_file(path, n_src, n_dest)

Generates interpolation data based on a file containing an interpolation matrix.

Classes

Interpolator(src_obj, dest_obj, interp_matrix)

A class for interpolating data from one Transferrable to another.