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