Re: [2/2] [math] Add getXmax, getXmin, getYmax, getYmin to BicubicInterpolatingFunction.

2015-07-05 Thread Gilles
On Sun, 05 Jul 2015 18:32:16 -, l...@apache.org wrote: Add getXmax, getXmin, getYmax, getYmin to BicubicInterpolatingFunction. These can be useful to manage an OutOfRangeException without the need to access the original x and y arrays. IIRC, this "feature" has been requested before but

[1/2] [math] Added mapping functions to MathArrays.

2015-07-05 Thread luc
Repository: commons-math Updated Branches: refs/heads/master 5cfd99f0d -> 3ac3ff62b Added mapping functions to MathArrays. These methods allow to map any univariate or bivariate function to arrays. This fixes several pull requests on github, but uses a generalized mapping approach rather than

[2/2] [math] Add getXmax, getXmin, getYmax, getYmin to BicubicInterpolatingFunction.

2015-07-05 Thread luc
Add getXmax, getXmin, getYmax, getYmin to BicubicInterpolatingFunction. These can be useful to manage an OutOfRangeException without the need to access the original x and y arrays. Closes #9. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/r