cubic_interpolation

时间:2024-04-20 10:48:31
【文件属性】:

文件名称:cubic_interpolation

文件大小:65KB

文件格式:ZIP

更新时间:2024-04-20 10:48:31

C++

三次插值 一个基于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
----src()
--------Config.cmake.in(292B)
--------CMakeLists.txt(2KB)
--------CubicInterpolation()
--------detail()
----.clang-format(4KB)
----CMakeLists.txt(962B)
----.travis.yml(431B)
----example()
--------2dim_example.cxx(1KB)
--------FindParameter.cxx(2KB)
--------CMakeLists.txt(368B)
--------1dim_example.cxx(1KB)
----LICENSE(1KB)
----README.md(1KB)
----docs()
--------reST()
--------FindSphinx.cmake(247B)
--------conf.py(2KB)
--------CMakeLists.txt(1KB)
--------Doxyfile.in(110KB)
----tests()
--------TestCubicSplines.cpp(7KB)
--------CMakeLists.txt(742B)
--------TestAxis.cpp(2KB)
--------TestFindParameter.cpp(2KB)
--------TestBicubicSplines.cpp(7KB)
--------conanfile.py(582B)
----conanfile.py(4KB)
----.gitignore(7B)

网友评论