![]() |
ReFRACtor
|
#include "linear_interpolate.h"#include <vector>#include <boost/shared_ptr.hpp>#include <boost/foreach.hpp>#include <cmath>
Include dependency graph for log_interpolate.h:
This graph shows which files directly or indirectly include this file: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. | |