class documentation

class _DomainGreaterEqual: (source)

View In Hierarchy

DomainGreaterEqual(v)(x) is True where x < v.

Method __call__ Executes the call behavior.
Method __init__ DomainGreaterEqual(v)(x) = true where x < v
Instance Variable critical_value Undocumented
def __call__(self, x): (source)

Executes the call behavior.

def __init__(self, critical_value): (source)

DomainGreaterEqual(v)(x) = true where x < v

critical_value = (source)

Undocumented