#include <mc_interp.h>
Public Member Functions | |
Numeric | interpolate (Numeric x1, Numeric x2) const |
Perform sequential interpolation. | |
Public Attributes | |
Vector | x1a |
ArrayOfVector | x2a |
ArrayOfVector | ya |
This class holds the gridded for 2D SLI as well as the interpolate member function for retrieving interpolated values.
Definition at line 57 of file mc_interp.h.
Perform sequential interpolation.
x1 | desired x1 value | |
x2 | desired x2 value |
Definition at line 52 of file mc_interp.cc.
References gridpos(), GridPos::idx, interp(), interpweights(), x1a, x2a, and ya.
Referenced by ScatteringMonteCarlo().
Definition at line 61 of file mc_interp.h.
Referenced by interpolate(), MCSetIncomingEmpty(), xml_read_from_stream(), and xml_write_to_stream().
Definition at line 63 of file mc_interp.h.
Referenced by interpolate(), MCSetIncomingEmpty(), xml_read_from_stream(), and xml_write_to_stream().
Definition at line 65 of file mc_interp.h.
Referenced by interpolate(), MCSetIncomingEmpty(), xml_read_from_stream(), and xml_write_to_stream().