Apollo 10.0
自动驾驶开放平台
|
命名空间 | |
namespace | apollo |
class register implement | |
namespace | apollo::common |
apollo::common | |
namespace | apollo::common::math |
apollo::common::math | |
函数 | |
double | apollo::common::math::IntegrateBySimpson (const std::vector< double > &func, const double dx, const std::size_t nsteps) |
double | apollo::common::math::IntegrateByTrapezoidal (const std::vector< double > &func, const double dx, const std::size_t nsteps) |