ReFRACtor
|
Wrapper around LinearInterpolate that uses log(x) and log(y) rather than x and y when interpolating. More...
#include <log_interpolate.h>
Public Types | |
typedef LinearInterpolate< TX, TY >::BehaviorOutOfRange | BehaviorOutOfRange |
Public Member Functions | |
LogLogInterpolate () | |
template<class I1 , class I2 > | |
LogLogInterpolate (I1 xstart, I1 xend, I2 ystart, BehaviorOutOfRange Out_of_range=BehaviorOutOfRange(0)) | |
TY | operator() (const TX &x) const |
void | print (std::ostream &Os) const |
std::string | print_to_string () const |
Print to string. More... | |
Wrapper around LinearInterpolate that uses log(x) and log(y) rather than x and y when interpolating.
Definition at line 53 of file log_interpolate.h.
typedef LinearInterpolate<TX, TY>::BehaviorOutOfRange FullPhysics::LogLogInterpolate< TX, TY >::BehaviorOutOfRange |
Definition at line 57 of file log_interpolate.h.
|
inline |
Definition at line 58 of file log_interpolate.h.
|
inline |
Definition at line 64 of file log_interpolate.h.
|
inline |
Definition at line 76 of file log_interpolate.h.
|
inline |
Definition at line 80 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.