ReFRACtor
|
#include "linear_interpolate.h"
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/foreach.hpp>
#include <cmath>
Go to the source code of this file.
Classes | |
class | FullPhysics::LinearLogInterpolate< TX, TY > |
Wrapper around LinearInterpolate that uses log(y) rather than x and y when interpolating. More... | |
class | FullPhysics::LinearLogInterpolate< AutoDerivative< double >, AutoDerivative< double > > |
Specialization for AutoDerivative<double> types. More... | |
class | FullPhysics::LogLinearInterpolate< TX, TY > |
Wrapper around LinearInterpolate that uses log(x) rather than x in interpolating. More... | |
class | FullPhysics::LogLogInterpolate< TX, TY > |
Wrapper around LinearInterpolate that uses log(x) and log(y) rather than x and y when interpolating. More... | |
class | FullPhysics::LogLogInterpolate< AutoDerivative< double >, AutoDerivative< double > > |
Specialization for AutoDerivative<double> types. More... | |
Namespaces | |
FullPhysics | |
Contains classes to abstract away details in various Spurr Radiative Transfer software. | |