CFL
Classes | Namespaces | Functions
Interp.hpp File Reference

Interpolation of one-dimensional functions. More...

#include "cfl/Function.hpp"
#include <vector>
#include "cfl/Inline/iInterp.hpp"
Include dependency graph for Interp.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cfl::IInterp
 Interface class for numerical interpolation. More...
 
class  cfl::Interp
 Standard concrete class for interpolation of one-dimensional functions. More...
 

Namespaces

 cfl
 Main namespace for cfl library.
 
 cfl::NInterp
 Implementations of different interpolation methods.
 

Functions

Interp cfl::NInterp::linear ()
 
Interp cfl::NInterp::spline ()
 

Detailed Description

Author
Dmitry Kramkov
Date
2000-2006

This file contains functions and classes related with interpolation of one-dimensional functions.