cubic_interpolation 源码
三次插值 一个基于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
文件列表
cubic_interpolation-main.zip
(预估有个50文件)
cubic_interpolation-main
src
Config.cmake.in
292B
CMakeLists.txt
2KB
CubicInterpolation
Axis.h
4KB
version.h.in
524B
InterpolantBuilder.h
1KB
CMakeLists.txt
535B
CubicSplines.h
1KB
暂无评论