CFL
Classes | Namespaces | Functions
Approx.hpp File Reference

Approximation of one-dimensional functions. More...

#include "cfl/Interp.hpp"
#include "cfl/Inline/iApprox.hpp"
Include dependency graph for Approx.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cfl::Approx
 Standard concrete class for numerical approximation. More...
 
class  cfl::IApprox
 Interface class for numerical approximation. More...
 

Namespaces

 cfl
 Main namespace for cfl library.
 
 cfl::NApprox
 Implementations of one-dimensional approximation methods.
 

Functions

Approx cfl::NApprox::chebyshev (const Function &rSize)
 
Approx cfl::NApprox::toApprox (const Function &rSize, const Interp &rInterp)
 

Detailed Description

Author
Dmitry Kramkov
Date
2000-2008

This file is dealing with numerical approximation of one-dimensional functions.