PyFMM
0.5.0

目录

  • 安装
  • Jupyter 使用示例
  • 关于Fast Sweeping Method
  • PyFMM package API
  • C extension API
    • const.h
    • coord.h
    • diff.h
    • fsm.h
    • fmm.h
    • heapsort.h
    • index.h
    • interp.h
    • mallocfree.h
    • query.h
PyFMM
  • C extension API
  • 查看页面源码

C extension API

  • const.h
    • MYREAL
  • coord.h
    • rtp2xyz()
  • diff.h
    • get_diff_odr1()
    • get_diff_odr2()
    • get_diff_odr3()
    • get_diff_odr123()
  • fsm.h
    • set_fsm_num_threads()
    • FastSweeping()
    • FastSweeping_with_initial()
  • fmm.h
    • FastMarching()
    • FastMarching_with_initial()
    • init_source_TT()
    • init_source_TT_refinegrid()
    • get_neighbour_travt()
    • FMM_raytracing()
  • heapsort.h
    • HEAP_DATA
    • MinHeap_AdjustUp()
    • MinHeap_AdjustDown()
    • HeapPop()
    • HeapPush()
    • HeapBuild()
    • Swap()
    • print_HEAP()
  • index.h
    • unravel_index()
    • ravel_index()
  • interp.h
    • trilinear_one_ravel()
    • trilinear_one_fac()
    • trilinear_one_Idx_ravel()
  • mallocfree.h
    • malloc3d()
    • malloc2d()
    • malloc1d()
    • free3d()
    • free2d()
  • query.h
    • dicho_find()
上一页 下一页

© 版权所有 2025, Zhu Dengda。 最后更新于 9月 03, 2025.

利用 Sphinx 构建,使用的 主题 由 Read the Docs 开发.    👁️‍🗨️    🧑