| 
    Jpp
    19.1.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 37 of file JSpline.hh.
| typedef JOrdinate_t JTOOLS::JSplineBounds< JOrdinate_t >::ordinate_type | 
Definition at line 40 of file JSpline.hh.
| typedef JLANG::JClass<ordinate_type>::argument_type JTOOLS::JSplineBounds< JOrdinate_t >::argument_type | 
Definition at line 41 of file JSpline.hh.
      
  | 
  inline | 
Default constructor.
Definition at line 47 of file JSpline.hh.
      
  | 
  inline | 
Constructor.
| fpAtXmin | 1st derivative at minimal abscissa value | 
| fpAtXmax | 1st derivative at maximal abscissa value | 
Definition at line 59 of file JSpline.hh.
      
  | 
  inline | 
Set first derivative of function at minimal abscissa value.
| fp | 1st derivative | 
Definition at line 71 of file JSpline.hh.
      
  | 
  inline | 
Set first derivative of function at maximal abscissa value.
| fp | 1st derivative | 
Definition at line 83 of file JSpline.hh.
      
  | 
  inline | 
Has first derivative of function at minimal abscissa value.
Definition at line 95 of file JSpline.hh.
      
  | 
  inline | 
Has first derivative of function at maximal abscissa value.
Definition at line 106 of file JSpline.hh.
      
  | 
  inline | 
Get first derivative of function at minimal abscissa value.
Definition at line 117 of file JSpline.hh.
      
  | 
  inline | 
Get first derivative of function at maximal abscissa value.
Definition at line 131 of file JSpline.hh.
      
  | 
  protected | 
Definition at line 140 of file JSpline.hh.
      
  | 
  protected | 
Definition at line 141 of file JSpline.hh.