Package PyDSTool :: Package Toolbox :: Module phaseplane :: Class dx_scaled_2D
[hide private]
[frames] | no frames]

Class dx_scaled_2D

source code

object --+
         |
        dx_scaled_2D

Supports a delta x vector that automatically re-scales according to the known scalings of each of the vector's component directions.

Highly experimental class!

Instance Methods [hide private]
 
__init__(self, dx, scale=(1, 1))
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__call__(self, dir) source code
 
__mul__(self, dir) source code
 
__rmul__(self, dir) source code

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, dx, scale=(1, 1))
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)