Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能帮我找到一种使用 C# 进行多项式外推的高效方法?
示例:我有 10 个不同的坐标(XY 平面),需要使用非常高效的算法根据这 10 个点找到第 11 个点。
如果除了外推法还有其他方法,请建议我。
谢谢..