ReFRACtor
|
Specialization for AutoDerivative<double> types. More...
#include <log_interpolate.h>
Public Types | |
typedef LinearInterpolate< AutoDerivative< double >, AutoDerivative< double > >::BehaviorOutOfRange | BehaviorOutOfRange |
Public Member Functions | |
LogLogInterpolate () | |
template<class I1 , class I2 > | |
LogLogInterpolate (I1 xstart, I1 xend, I2 ystart, BehaviorOutOfRange Out_of_range=BehaviorOutOfRange(0)) | |
void | interpolate (const AutoDerivative< double > &x, const AutoDerivativeRef< double > &res) const |
AutoDerivative< double > | operator() (const AutoDerivative< double > &x) const |
void | print (std::ostream &Os) const |
std::string | print_to_string () const |
Print to string. More... | |
Specialization for AutoDerivative<double> types.
Definition at line 88 of file log_interpolate.h.
typedef LinearInterpolate<AutoDerivative<double>, AutoDerivative<double> >::BehaviorOutOfRange FullPhysics::LogLogInterpolate< AutoDerivative< double >, AutoDerivative< double > >::BehaviorOutOfRange |
Definition at line 91 of file log_interpolate.h.
|
inline |
Definition at line 92 of file log_interpolate.h.
|
inline |
Definition at line 98 of file log_interpolate.h.
|
inline |
Definition at line 115 of file log_interpolate.h.
|
inline |
Definition at line 110 of file log_interpolate.h.
|
inline |
Definition at line 122 of file log_interpolate.h.
|
inlineinherited |
Print to string.
This is primarily useful for SWIG wrappers to this class, e.g. a to_s method in ruby.
Definition at line 31 of file printable.h.