![]() |
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 | |
BasisBundlePro (PolyType type, uint n_p_, uint k_r_) | |
![]() | |
BasisBundle (PolyType type, uint n_p_, uint k_r_) | |
BasisBundle (uint n_p_, uint k_r_) | |
BasisBundle (int n) | |
BasisBundle () | |
decimal_t | getVal (decimal_t x, decimal_t dt, uint coeff, int derr) const |
boost::shared_ptr< Basis > | getBasis (int i) |
Additional Inherited Members | |
![]() | |
std::vector< boost::shared_ptr< Basis > > | derrivatives |
std::vector< boost::shared_ptr< Basis > > | integrals |
![]() | |
uint | n_p |
uint | k_r |
traj_opt::BasisBundlePro::BasisBundlePro | ( | PolyType | type, |
uint | n_p_, | ||
uint | k_r_ | ||
) |