Uses of Class
staborde.functions.SOFunction

Packages that use SOFunction
staborde   
staborde.functions   
 

Uses of SOFunction in staborde
 

Methods in staborde that return SOFunction
 SOFunction SOModel.getFunction()
           
 

Methods in staborde with parameters of type SOFunction
 void SOModel.setFunction(SOFunction f)
          Set the predefined function to use.
 

Uses of SOFunction in staborde.functions
 

Subclasses of SOFunction in staborde.functions
 class ExampleFunction1
          Example function: (1 + (1 - p) * z) / (1 - p * z)
 class ExampleFunction2
          Example function: (2 - (p - 1) * z) / (2 + p * z^2 + (-p - 1) * z)
 class ExampleFunction3
          Example function: (6 - (p - 1) * z^2 - (2p - 4) * z) / (6 + p * z^2 + (-2p - 2) * z)
 

Methods in staborde.functions that return SOFunction
static SOFunction[] SOFunction.getAvailableFunctions()