Hi,
I expect there is a very short answer to these questions, but let me ask anyway. I have looked through the documentation and the answers aren't completely clear to me.
I see that the Data Fitting library supports cubic spline interpolation with multiple y-functions. Am I right in thinking that any request for an interpolated/integrated value will return a list of results corresponding to each y-function?
In other words, is it possible to request interpolation/integration for only one function of the multiple stored?
Also, is there functionality to locate the abscissa from a y-value? This usually involves locating multiple roots of a cubic polynomial and is a pain to compute. If not, is there any plans to implement such functionality?
Thanks!