ReFRACtor
|
This is a specialization of LinearInterpolate2Point for AutoDerivative. More...
#include <linear_interpolate_ad.h>
Public Member Functions | |
LinearInterpolate2Point (const AutoDerivative< double > &x0, const AutoDerivative< double > &y0, const AutoDerivative< double > &x1, const AutoDerivative< double > &y1) | |
virtual void | interpolate (const AutoDerivative< double > &x, const AutoDerivativeRef< double > &res) const |
void | print (std::ostream &Os) const |
std::string | print_to_string () const |
Print to string. More... | |
const AutoDerivative< double > & | x_max () const |
const AutoDerivative< double > & | x_min () const |
This is a specialization of LinearInterpolate2Point for AutoDerivative.
This specialization should run faster.
Definition at line 44 of file linear_interpolate_ad.h.
|
inline |
Definition at line 49 of file linear_interpolate_ad.h.
|
inlinevirtual |
Implements FullPhysics::InterpolatePoint< AutoDerivative< double >, AutoDerivative< double > >.
Definition at line 59 of file linear_interpolate_ad.h.
|
inline |
Definition at line 76 of file linear_interpolate_ad.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.
|
inlinevirtual |
Implements FullPhysics::InterpolatePoint< AutoDerivative< double >, AutoDerivative< double > >.
Definition at line 58 of file linear_interpolate_ad.h.
|
inlinevirtual |
Implements FullPhysics::InterpolatePoint< AutoDerivative< double >, AutoDerivative< double > >.
Definition at line 57 of file linear_interpolate_ad.h.