Package PyDSTool :: Package Generator :: Module LookupTable' :: Class LookupTable
[hide private]
[frames] | no frames]

Class LookupTable

source code

           object --+        
                    |        
baseclasses.Generator --+    
                        |    
      baseclasses.discGen --+
                            |
                           LookupTable

Lookup table trajectory with no interpolation.

Independent and dependent variables may be integers or floats.

Instance Methods [hide private]
 
__del__(self) source code
 
__init__(self, kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
compute(self, trajname) source code
 
validateSpec(self) source code

Inherited from baseclasses.Generator: __copy__, __deepcopy__, __getstate__, __repr__, __setstate__, __str__, addEvtPars, checkArgs, contains, get, getEventTimes, getEvents, haveJacobian, haveJacobian_pars, info, query, resetEventTimes, resetEvents, set, setEventICs, showAuxFnSpec, showAuxSpec, showEventSpec, showSpec

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

Class Variables [hide private]
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__del__(self)
(Destructor)

source code 
Overrides: baseclasses.Generator.__del__

__init__(self, kw)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

validateSpec(self)

source code 
Overrides: baseclasses.Generator.validateSpec