1. 首页
  2. 数据库
  3. 其它
  4. cubic_interpolation 源码

cubic_interpolation 源码

上传者: 2021-04-25 14:55:40上传 ZIP文件 64.79KB 热度 22次
三次插值 一个基于boost和特征值的轻量级插值库。 它提供了实用程序来处理需要大量运行时构建的表,并减少了轴转换的插值失败。 如果在多个数量级上创建了运行时密集型插值表,则这是一个理想的应用示例。 #include #include #include using namespace cubic_splines; auto lower_lim = 1.f; auto upper_lim = 1e14.f; auto nodes = 100u; auto def = CubicSplines::Definition(); // container of interpo
下载地址
用户评论