资 源 简 介
mswine.py
This is an implementation of four different interpolation and extrapolation technics.
F\_w - is the average weighted interpolation, also called baricentric. It is a global scheme.
F\_b - is the baricentric weighted simplicial interpolation. It is local and does not provide derivative continuousness. Neigher it has a extrapolation method implemented.
F\_l - is the linear simplicial weighted interpolation. It is a local scheme, so it needs simplicial complex, given as a list of simplexes, to operate. Note that while interpolation function itself is continuous, its derivatives are generaly not.
F\_s - simplicial weighted interpolation. It is local, and being used with appropriate weighting function and basis functions, can provide derivative continuousness up to any choosen level.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报