[ 
https://issues.apache.org/jira/browse/MATH-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajo Fod updated MATH-989:
-------------------------

    Attachment: patch

This patch adds a rangeSign() function to allow a check to see if x is within 
range of the Interpolator. There probably are other objects/cases where such a 
check can save time.
                
> 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

Reply via email to