Issue
I've searched a lot on the internet but haven't found an exact method. If someone can point me to a library that can do this, that would be great. I want to find a 4-dimensional cubic spline function such that f(A, B) = C,D. Thanks in advance!
Solution
There is a function called CubicSpline
in scipy.interpolate
.
Answered By - Qiyu Zhong
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.