CFL
|
Approximation of one-dimensional functions. More...
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) |
This file is dealing with numerical approximation of one-dimensional functions.