Abstract
intervals is a library for interval computing in Python. The library implements optimized interval arithemtic between array-like structures. Optimization is achieved running Numpy under the hood. An Interval object is a wrapper of an ndarray. So just like an ndarray an Interval is iterable, indexable, and computations are element-wise unless otherwise specified.
Original language | English |
---|---|
Publisher | Zenodo |
DOIs | |
Publication status | Published - 21 Feb 2022 |
Keywords
- interval vectorised computations