You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All methods can take in a Vector of numbers, few methods take in Matrices, Vector of Vectors etc. We should have a consistent interface for all or document this API, reason for it etc.
All methods can take in a Vector of numbers, few methods take in Matrices, Vector of Vectors etc. We should have a consistent interface for all or document this API, reason for it etc.
Methods which can take in Matrices:
So,
AkimaInterpolation
,QuadraticSpline
,CubicSpline
,BSplineInterpolation
,BSplineApprox
does not work with MatricesMethods which does not work with Vector of Vectors:
AkimaInterpolation
,BSplineInterpolation
,BSplineApprox
The text was updated successfully, but these errors were encountered: