CFL
|
Interpolation of one-dimensional functions. More...
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 () |
This file contains functions and classes related with interpolation of one-dimensional functions.