All Classes Namespaces Files Functions Variables Typedefs
polynom.h File Reference

Definition of a cubic spline. More...

#include "MathDefs.h"
#include "curve_abc.h"
#include <iostream>
#include <algorithm>
#include <functional>
#include <stdexcept>
Include dependency graph for polynom.h:
This graph shows which files directly or indirectly include this file:

Classes

class  spline::polynom< Time, Numeric, Dim, Safe, Point, T_Point >
 Represents a polynomf arbitrary order defined on the interval [tBegin, tEnd]. More...
 

Namespaces

 spline
 

Detailed Description

Definition of a cubic spline.

Author
Steve T.
Version
0.1
Date
06/17/2013

This file contains definitions for the polynom struct. It allows the creation and evaluation of natural smooth splines of arbitrary dimension and order