Defines cubic_spline a 3rd order spline. Use spline instead. More...
#include <map>
Go to the source code of this file.
Classes | |
class | cubic_spline |
Cubic interpolatory spline. Derived from the example in the book Numerical Computing by Shampine and Allen. Copyright 1973. ISBN 0-8150-6. More... | |
struct | info |
info stored for each x value in the sample data set More... | |
Namespaces | |
namespace | cxxtls |
The namespace that encapsulates most of the functionality in the CXX toolkit. |
Defines cubic_spline a 3rd order spline. Use spline instead.
Definition in file cubic_spline.h.