三次插值 一个基于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