buildUniformMonotoneTable.hpp
Go to the documentation of this file.
Definition: AnisotropicEikonal.hpp:43 void buildUniformMonotoneTable(const std::vector< double > &xv, const std::vector< T > &yv, const int samples, UniformTableLinear< T > &table) Definition: buildUniformMonotoneTable.hpp:29 This class uses linear interpolation to compute the value (and its derivative) of a function f sample... Definition: UniformTableLinear.hpp:37 Represents one dimensional function f with single valued argument x that can be interpolated using mo... Definition: MonotCubicInterpolator.hpp:62 |