Loading...
Searching...
No Matches
bernstein.h File Reference
#include <math.h>
#include <stdexcept>
#include <vector>
#include "MathDefs.h"
#include "curve_abc.h"
Include dependency graph for bernstein.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ndcurves
 

Functions

template<typename Numeric >
brief Computes all Bernstein polynomes for a certain degree std::vector< Bern< Numeric > > makeBernstein (const unsigned int n)
 

Function Documentation

◆ makeBernstein()

template<typename Numeric >
brief Computes all Bernstein polynomes for a certain degree std::vector< Bern< Numeric > > makeBernstein ( const unsigned int  n)