Le 04/01/2012 04:55, Sébastien Brisard a écrit :
> Hi,
> In o.a.c.m.transform.FastFourierTransformer, a static method
> double[] sample(UnivariateFunction f, double min, double max, int n)
> is implemented. Obviously, this method could be useful elsewhere in
> CM. I'm wondering where I should move it to?
> Options I can think of are
> 1. org.apache.commons.math.util.MathArrays
> 2. org.apache.commons.math.util.FunctionUtils  (to be created)
> 3. your own suggestion

I would propose MathUtils, but if other similar functions arise, maybe a
new FunctionUtils would make sense.

Luc

> 
> What's your preferred solution?
> Sébastien
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to