public interface org.apache.commons.math3.transform.RealTransformer
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.apache.commons.math3.transform.RealTransformer
super_class: java.lang.Object
{
public abstract double[] transform(double[], org.apache.commons.math3.transform.TransformType);
descriptor: ([DLorg/apache/commons/math3/transform/TransformType;)[D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.apache.commons.math3.exception.MathIllegalArgumentException
MethodParameters:
Name Flags
f
type
public abstract double[] transform(org.apache.commons.math3.analysis.UnivariateFunction, double, double, int, org.apache.commons.math3.transform.TransformType);
descriptor: (Lorg/apache/commons/math3/analysis/UnivariateFunction;DDILorg/apache/commons/math3/transform/TransformType;)[D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.apache.commons.math3.exception.NonMonotonicSequenceException, org.apache.commons.math3.exception.NotStrictlyPositiveException, org.apache.commons.math3.exception.MathIllegalArgumentException
MethodParameters:
Name Flags
f
min
max
n
type
}
SourceFile: "RealTransformer.java"