Package PyDSTool :: Module integrator'
[hide private]
[frames] | no frames]

Module integrator'

source code

Basic integrator interface class Erik Sherwood, September 2006

Classes [hide private]
  integrator
Variables [hide private]
  Inf = inf
  _all_int = (<type 'int'>, <type 'numpy.integer'>, <type 'numpy...
  _real_types = (<type 'int'>, <type 'numpy.integer'>, <type 'fl...
  isinf = <ufunc 'isinf'>
Variables Details [hide private]

_all_int

Value:
(<type 'int'>,
 <type 'numpy.integer'>,
 <type 'numpy.int32'>,
 <type 'numpy.int32'>,
 <type 'numpy.int8'>,
 <type 'numpy.int16'>,
 <type 'numpy.int32'>,
 <type 'numpy.int64'>)

_real_types

Value:
(<type 'int'>,
 <type 'numpy.integer'>,
 <type 'float'>,
 <type 'numpy.floating'>)