public interface  oadd.org.apache.commons.math.transform.RealTransformer extends java.lang.Object
{
public abstract double[] transform(double[], oadd.org.apache.commons.math.transform.TransformType) throws oadd.org.apache.commons.math.exception.MathIllegalArgumentException;
public abstract double[] transform(oadd.org.apache.commons.math.analysis.UnivariateFunction, double, double, int, oadd.org.apache.commons.math.transform.TransformType) throws oadd.org.apache.commons.math.exception.NonMonotonicSequenceException, oadd.org.apache.commons.math.exception.NotStrictlyPositiveException, oadd.org.apache.commons.math.exception.MathIllegalArgumentException;
}