Package PyDSTool :: Module common :: Class metric_float
[hide private]
[frames] | no frames]

Class metric_float

source code

object --+    
         |    
    metric --+
             |
            metric_float

Simple metric between two real-valued floats.

Instance Methods [hide private]
 
__call__(self, x, y) source code

Inherited from metric: Jac, __init__

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(self, x, y)
(Call operator)

source code 
Overrides: metric.__call__