| 
    Jpp
    17.0.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 35 of file JSpline.hh.
| typedef JOrdinate_t JTOOLS::JSplineBounds< JOrdinate_t >::ordinate_type | 
Definition at line 38 of file JSpline.hh.
| typedef JLANG::JClass<ordinate_type>::argument_type JTOOLS::JSplineBounds< JOrdinate_t >::argument_type | 
Definition at line 39 of file JSpline.hh.
      
  | 
  inline | 
Default constructor.
Definition at line 45 of file JSpline.hh.
      
  | 
  inline | 
Constructor.
| fpAtXmin | 1st derivative at minimal abscissa value | 
| fpAtXmax | 1st derivative at maximal abscissa value | 
Definition at line 57 of file JSpline.hh.
      
  | 
  inline | 
Set first derivative of function at minimal abscissa value.
| fp | 1st derivative | 
Definition at line 69 of file JSpline.hh.
      
  | 
  inline | 
Set first derivative of function at maximal abscissa value.
| fp | 1st derivative | 
Definition at line 81 of file JSpline.hh.
      
  | 
  inline | 
Has first derivative of function at minimal abscissa value.
Definition at line 93 of file JSpline.hh.
      
  | 
  inline | 
Has first derivative of function at maximal abscissa value.
Definition at line 104 of file JSpline.hh.
      
  | 
  inline | 
Get first derivative of function at minimal abscissa value.
Definition at line 115 of file JSpline.hh.
      
  | 
  inline | 
Get first derivative of function at maximal abscissa value.
Definition at line 129 of file JSpline.hh.
      
  | 
  protected | 
Definition at line 138 of file JSpline.hh.
      
  | 
  protected | 
Definition at line 139 of file JSpline.hh.
 1.8.5