LinearInterp< NumType > Class Template Reference

Ratpac-two: RAT::LinearInterp< NumType > Class Template Reference
Ratpac-two
RAT::LinearInterp< NumType > Class Template Reference

Classes

class  RangeError
 

Public Member Functions

 LinearInterp (int _npoints, const NumType _x[], const NumType _y[])
 
 LinearInterp (const std::vector< NumType > &_x, const std::vector< NumType > &_y)
 
void Set (int _npoints, const NumType _x[], const NumType _y[])
 
void Set (const std::vector< NumType > &_x, const std::vector< NumType > &_y)
 
NumType operator() (const NumType xeval) const
 
NumType Min ()
 
NumType Max ()
 
int Points ()
 

Protected Member Functions

int LowerElement (const NumType xeval) const
 

Protected Attributes

int npoints
 
std::vector< NumType > x
 
std::vector< NumType > y
 

The documentation for this class was generated from the following file:
  • /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/LinearInterp.hh