Package PyDSTool :: Package PyCont :: Module TestFunc
[hide private]
[frames] | no frames]

Module TestFunc

source code

Test functions

Drew LaMar, March 2006

Classes [hide private]
  Function
F: R^n --> R^m
  TestFunc
You need to define the function yourself within an inherited class.
  BorderMethod
Border method:
  BiAltMethod
  AddTestFunction
Only works with testfuncs that don't have PreTestFunc and rely only on sysfunc.
  DiscreteMap
Turns a function into a map composed with itself period times.
  FixedPointMap
Turns a discrete map into a fixed point map.
  B_Check
There is an attempt here to be a little efficient.
  Branch_Det
  Branch_Bor
  Fold_Det
  Fold_Tan
  Fold_Bor
  Hopf_Det
  Hopf_Bor
  Hopf_Eig
  Hopf_Double_Bor_One
  Hopf_Double_Bor_Two
  BT_Fold
  CP_Fold
  DH_Hopf
  BT_Hopf_One
  GH_Hopf_One
  BT_Hopf
  GH_Hopf
  LPC_Det
  PD_Det
  NS_Det
  ParTestFunc
  UserDefinedTestFunc
Variables [hide private]
  _classes = ['Function', 'TestFunc', 'AddTestFunction', 'Discre...
Variables Details [hide private]

_classes

Value:
['Function',
 'TestFunc',
 'AddTestFunction',
 'DiscreteMap',
 'FixedPointMap',
 'BiAltMethod',
 'BorderMethod',
 'B_Check',
...