Apollo 10.0
自动驾驶开放平台
integral.cc 文件参考
#include "modules/common/math/integral.h"
#include <array>
#include "cyber/common/log.h"
integral.cc 的引用(Include)关系图:

浏览源代码.

命名空间

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)