#include <math.h>#include <stdexcept>#include <vector>#include "MathDefs.h"#include "curve_abc.h"

Go to the source code of this file.
Classes | |
| struct | spline::Bern< Numeric > |
Namespaces | |
| namespace | spline |
Functions | |
| unsigned int | spline::fact (const unsigned int n) |
| Computes factorial of a number. | |
| unsigned int | spline::bin (const unsigned int n, const unsigned int k) |
| Computes a binomal coefficient. | |
| template<typename Numeric > | |
| std::vector< Bern< Numeric > > | spline::makeBernstein (const unsigned int n) |
| Computes all Bernstein polynomes for a certain degree. | |