Definition of a cubic spline. More...
#include "MathDefs.h"
#include "curve_abc.h"
#include <iostream>
#include <algorithm>
#include <functional>
#include <stdexcept>
Classes | |
class | curves::polynomial |
Represents a polynomial of an arbitrary order defined on the interval ![]() ![]() where N is the order and ![]() | |
Namespaces | |
curves | |
Definition of a cubic spline.
This file contains definitions for the polynomial struct. It allows the creation and evaluation of natural smooth splines of arbitrary dimension and order