23 namespace perception {
34 const std::map<uint32_t, double>&
getCoeff()
const;
37 std::map<uint32_t, double> coeff_;
38 std::vector<uint32_t> index_gap_;
39 std::map<uint32_t, double> power_cache_;
40 bool initialized_ =
false;
Definition: polynomial.h:26
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
const std::map< uint32_t, double > & getCoeff() const
double & operator[](const uint32_t &order)
std::ostream & operator<<(std::ostream &o, const Polynomial &p)
double operator()(const double &x)