|
Jpp
18.5.0
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 36 of file JSpline.hh.
| typedef JOrdinate_t JTOOLS::JSplineBounds< JOrdinate_t >::ordinate_type |
Definition at line 39 of file JSpline.hh.
| typedef JLANG::JClass<ordinate_type>::argument_type JTOOLS::JSplineBounds< JOrdinate_t >::argument_type |
Definition at line 40 of file JSpline.hh.
|
inline |
Default constructor.
Definition at line 46 of file JSpline.hh.
|
inline |
Constructor.
| fpAtXmin | 1st derivative at minimal abscissa value |
| fpAtXmax | 1st derivative at maximal abscissa value |
Definition at line 58 of file JSpline.hh.
|
inline |
Set first derivative of function at minimal abscissa value.
| fp | 1st derivative |
Definition at line 70 of file JSpline.hh.
|
inline |
Set first derivative of function at maximal abscissa value.
| fp | 1st derivative |
Definition at line 82 of file JSpline.hh.
|
inline |
Has first derivative of function at minimal abscissa value.
Definition at line 94 of file JSpline.hh.
|
inline |
Has first derivative of function at maximal abscissa value.
Definition at line 105 of file JSpline.hh.
|
inline |
Get first derivative of function at minimal abscissa value.
Definition at line 116 of file JSpline.hh.
|
inline |
Get first derivative of function at maximal abscissa value.
Definition at line 130 of file JSpline.hh.
|
protected |
Definition at line 139 of file JSpline.hh.
|
protected |
Definition at line 140 of file JSpline.hh.
1.8.5