Jpp
15.0.5
the software that should make you happy
|
Auxiliary class to define first derivates of the spline function at the two extrema. More...
#include <JSpline.hh>
Public Types | |
typedef JOrdinate_t | ordinate_type |
typedef JLANG::JClass < ordinate_type > ::argument_type | argument_type |
Public Member Functions | |
JSplineBounds () | |
Default constructor. More... | |
JSplineBounds (argument_type fpAtXmin, argument_type fpAtXmax) | |
Constructor. More... | |
void | setFirstDerivativeAtXmin (argument_type fp) |
Set first derivative of function at minimal abscissa value. More... | |
void | setFirstDerivativeAtXmax (argument_type fp) |
Set first derivative of function at maximal abscissa value. More... | |
const bool & | hasFirstDerivativeAtXmin () const |
Has first derivative of function at minimal abscissa value. More... | |
const bool & | hasFirstDerivativeAtXmax () const |
Has first derivative of function at maximal abscissa value. More... | |
ordinate_type | getFirstDerivativeAtXmin () const |
Get first derivative of function at minimal abscissa value. More... | |
ordinate_type | getFirstDerivativeAtXmax () const |
Get first derivative of function at maximal abscissa value. More... | |
Protected Attributes | |
std::pair< bool, ordinate_type > | fp_at_xmin |
std::pair< bool, ordinate_type > | fp_at_xmax |
Auxiliary class to define first derivates of the spline function at the two extrema.
Definition at line 34 of file JSpline.hh.
typedef JOrdinate_t JTOOLS::JSplineBounds< JOrdinate_t >::ordinate_type |
Definition at line 37 of file JSpline.hh.
typedef JLANG::JClass<ordinate_type>::argument_type JTOOLS::JSplineBounds< JOrdinate_t >::argument_type |
Definition at line 38 of file JSpline.hh.
|
inline |
Default constructor.
Definition at line 44 of file JSpline.hh.
|
inline |
Constructor.
fpAtXmin | 1st derivative at minimal abscissa value |
fpAtXmax | 1st derivative at maximal abscissa value |
Definition at line 56 of file JSpline.hh.
|
inline |
Set first derivative of function at minimal abscissa value.
fp | 1st derivative |
Definition at line 68 of file JSpline.hh.
|
inline |
Set first derivative of function at maximal abscissa value.
fp | 1st derivative |
Definition at line 80 of file JSpline.hh.
|
inline |
Has first derivative of function at minimal abscissa value.
Definition at line 92 of file JSpline.hh.
|
inline |
Has first derivative of function at maximal abscissa value.
Definition at line 103 of file JSpline.hh.
|
inline |
Get first derivative of function at minimal abscissa value.
Definition at line 114 of file JSpline.hh.
|
inline |
Get first derivative of function at maximal abscissa value.
Definition at line 128 of file JSpline.hh.
|
protected |
Definition at line 137 of file JSpline.hh.
|
protected |
Definition at line 138 of file JSpline.hh.