Maths::Interpolation::Linear Class Reference

Linear interpolation. More...

#include <linear.h>

List of all members.

Public Member Functions

 Linear (int n, double *x, double *y)
 ~Linear ()
double getValue (double x)

Public Attributes

int size


Detailed Description

Linear interpolation.

Definition at line 15 of file linear.h.


Constructor & Destructor Documentation

Maths::Interpolation::Linear::Linear ( int  n,
double *  x,
double *  y 
) [inline]

Definition at line 19 of file linear.h.

References i, and size.

Maths::Interpolation::Linear::~Linear (  )  [inline]

Definition at line 31 of file linear.h.


Member Function Documentation

double Maths::Interpolation::Linear::getValue ( double  x  )  [inline]

Definition at line 38 of file linear.h.

References i, and size.

Referenced by Matrix1D< T >::Interpolate().

Here is the caller graph for this function:


Member Data Documentation

Definition at line 17 of file linear.h.

Referenced by getValue(), and Linear().


The documentation for this class was generated from the following file:

Generated on Thu May 27 11:53:19 2010 for VERB_CODE_2.0 by  doxygen 1.5.9