![]() |
NASA Astrobee Robot Software
Astrobee Version:
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <polynomial_basis.h>
Static Public Member Functions | |
static Poly | bernstein_polynomial (typename Poly::size_type n, typename Poly::size_type i) |
static Poly | chebyshev_polynomial (typename Poly::size_type) |
static Poly | shifted_legendre (typename Poly::size_type n) |
![]() | |
static Poly | integrate (const Poly &p) |
static Poly | differentiate (const Poly &p) |
|
static |
|
static |
|
static |