Getting Started
Working with ODL
Developer zone
Useful facts
API Reference
Weighting.
__eq__
Return self == other.
self == other
True if other is a the same weighting, False otherwise.
True
other
False
Notes
This operation must be computationally cheap, i.e. no large arrays may be compared entry-wise. That is the task of the equiv method.
equiv