Documentation of 'org.ddogleg.optimization.functions.FunctionNtoN' Java class
FunctionNtoN
org.ddogleg.optimization.functions

Interface FunctionNtoN

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int getN()
      Returns the number of inputs and outputs for this function.
      void process(double[] input, double[] output)
      Processes the function.
    • Method Detail

      • getN

        int getN()
        Returns the number of inputs and outputs for this function.
      • process

        void process(double[] input,
                     double[] output)
        Processes the function.
        Parameters:
        input - Array with the inputs of length N. Not modified.
        output - Array for storing the output of length N. Modified.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.