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

Class Hopf_Double_Bor_Two

source code

object --+            
         |            
  Function --+        
             |        
      TestFunc --+    
                 |    
      BorderMethod --+
                     |
                    Hopf_Double_Bor_Two

Instance Methods [hide private]
 
__init__(self, F, C, update=False, save=False, numpoints=None)
F: R^a --> R^b
source code
 
setdata(self, X, V)
Note: p, q <= min(n,m)
source code
 
func(self, X, V) source code

Inherited from BorderMethod: getVW, updatedata

Inherited from TestFunc: diff, findzero

Inherited from Function: __call__, __getitem__, __setitem__, numhess

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, F, C, update=False, save=False, numpoints=None)
(Constructor)

source code 

F: R^a --> R^b

Note: I did not assign b automatically (although I could - it would just be b = p*q) since you may not want to use all of the entries of S. Some bordering methods are not minimally augmented systems and thus only require certain entries of S.

Overrides: object.__init__
(inherited documentation)

setdata(self, X, V)

source code 

Note: p, q <= min(n,m)

Overrides: BorderMethod.setdata
(inherited documentation)

func(self, X, V)

source code 
Overrides: BorderMethod.func