Interface FunctionStoS

All Known Implementing Classes:
NumericalDerivativeFB, NumericalDerivativeForward

public interface FunctionStoS
Function with a single scalar input and a single scalar output.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    process(double input)
    Processes the input to compute an output.
  • Method Details

    • process

      double process(double input)
      Processes the input to compute an output.
      Parameters:
      input - input parameter
      Returns:
      output value