文件名称:mba:多级B样条曲线的分散数据插值
文件大小:594KB
文件格式:ZIP
更新时间:2024-06-11 08:28:40
python c-plus-plus scattered-data-interpolation multilevel-bsplines C++
多级B样条曲线的分散数据插值
该库提供了用C ++ 11实现的[1]中的自适应MBA算法。 这是用于分散N维数据插值和逼近的快速算法。 还提供了Python绑定。
C ++中的2D插值示例:
# include < mba>
int main () {
// Coordinates of data points.
std::vector
【文件预览】:
mba-master
----MANIFEST.in(89B)
----.gitattributes(33B)
----.gitmodules(100B)
----mba()
--------mba.hpp(25KB)
----CMakeLists.txt(405B)
----.travis.yml(544B)
----LICENSE.md(1KB)
----setup.py(3KB)
----README.md(2KB)
----tests()
--------catch.hpp(360KB)
--------CMakeLists.txt(140B)
--------test_mba.cpp(3KB)
----.gitignore(63B)
----python()
--------example.ipynb(83KB)
--------CMakeLists.txt(63B)
--------pymba.cpp(7KB)
--------pybind11()
--------layered.ipynb(607KB)