CFL
Functions

Implementations of different interpolation methods. More...

Functions

Interp linear ()
 
Interp spline ()
 

Detailed Description

This namespace contains implementations of interpolation schemes for one-dimensional functions

See also
IInterp and Interp

Function Documentation

Interp cfl::NInterp::linear ( )

Constructs linear interpolation scheme.

Returns
Class Interp that corresponds to linear interpolation.
Interp cfl::NInterp::spline ( )

Constructs natural cubic spline interpolation scheme.

Returns
Class Interp that corresponds to natural cubic spline.