我正在尝试检查以下Python代码中调用的函数LinearNDInterpolator
from scipy.interpolate.interpnd import LinearNDInterpolator
我来到SciPy GitHub branch scipy/scipy/interpolate,但找不到{intercept}少得多了LinearNDInterpolator
。函数scipy/scipy/interpolate/ndgriddata.py使用函数LinearNDInterpolator
。我怀疑这是因为interpnd
不是Python脚本,而是Python环绕的C ++甚至Fortran之类的东西。是这样吗?