[
https://issues.apache.org/jira/browse/MATH-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13677938#comment-13677938
]
Gilles commented on MATH-989:
-----------------------------
Also, please note that this function is two-dimensional; a single check is not
enough to ensure a valid call.
We could add a query method like
{noformat}
public boolean isValidPoint(double x, double y) {
// ...
}
{noformat}
Would that be fine for your use-case?
> Allow code to avoid OutOfRangeException
> ---------------------------------------
>
> Key: MATH-989
> URL: https://issues.apache.org/jira/browse/MATH-989
> Project: Commons Math
> Issue Type: Bug
> Reporter: Ajo Fod
> Attachments: patch
>
>
> Exceptions are generally costlier than a test. In the
> BicubicSplineInterpolatingFunction, there is no way to determine if a given x
> is in domain of the interpolator. So, I suggest a function to allow this
> check.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira