ReFRACtor
|
#include "auto_derivative.h"
Go to the source code of this file.
Namespaces | |
FullPhysics | |
Contains classes to abstract away details in various Spurr Radiative Transfer software. | |
Functions | |
double | FullPhysics::planck (double wn, double temperature) |
Computes the black body function value using the planck function for a given wavenumber (cm^-1) and temperature (K). More... | |
AutoDerivative< double > | FullPhysics::planck (double wn, double temperature, blitz::Array< double, 1 > &gradient) |