![]() |
NASA Astrobee Robot Software
Astrobee Version:
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <polynomial_basis.h>
Public Member Functions | |
BezierBasis (uint n_p_) | |
![]() | |
StandardBasis (uint n_p_) | |
virtual void | differentiate () |
virtual void | integrate () |
virtual decimal_t | evaluate (decimal_t x, uint coeff) const |
virtual decimal_t | innerproduct (uint i, uint j) const |
virtual Poly | getPoly (uint i) const |
![]() | |
Basis (uint n_p_) | |
virtual uint | dim () |
const PolyType & | type () const |
bool | orthogonal () |
Additional Inherited Members | |
![]() | |
std::vector< Poly > | polys |
uint | k_r |
![]() | |
uint | n_p |
PolyType | type_ |
bool | orthogonal_ {false} |
|
explicit |