mba:多级B样条曲线的分散数据插值

时间:2021-05-22 14:42:00
【文件属性】:
文件名称:mba:多级B样条曲线的分散数据插值
文件大小:594KB
文件格式:ZIP
更新时间:2021-05-22 14:42:00
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> coo = { { 0.0 , 0.0 }, { 0.0 , 1.0 }, { 1.0 , 0.0 }, { 1.0 , 1.0 }, { 0.4 , 0.4 }, { 0.6 , 0.6 } }; // Data values. std::vector< double>
【文件预览】:
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)

网友评论