Package de.gsi.math

Interface MathDataSet.DataSetValueFunction

  • Enclosing class:
    MathDataSet

    public static interface MathDataSet.DataSetValueFunction
    simple DataSet transform function definition, only the y value is being transformed, the x-axis is taken from the source DataSet
    Author:
    rstein
    • Method Detail

      • transform

        void transform​(double[] inputY,
                       double[] outputY,
                       int length)