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
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