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.
There is a "FunctionUtils" class in package "o.a.c.m.analysis". Regards, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org