#include <math.h>
#include <stdexcept>
#include <vector>
#include "MathDefs.h"
#include "curve_abc.h"
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) |
brief Computes all Bernstein polynomes for a certain degree std::vector< Bern< Numeric > > makeBernstein | ( | const unsigned int | n | ) |