#include <polynomial.h>
◆ Polynomial()
apollo::perception::base::Polynomial::Polynomial |
( |
| ) |
|
◆ ~Polynomial()
apollo::perception::base::Polynomial::~Polynomial |
( |
| ) |
|
◆ getCoeff()
const std::map<uint32_t, double>& apollo::perception::base::Polynomial::getCoeff |
( |
| ) |
const |
◆ operator()()
double apollo::perception::base::Polynomial::operator() |
( |
const double & |
x | ) |
|
◆ operator[]()
double& apollo::perception::base::Polynomial::operator[] |
( |
const uint32_t & |
order | ) |
|
The documentation for this class was generated from the following file: