Getting Started
Working with ODL
Developer zone
Useful facts
API Reference
IntervalProd.
nondegen_byaxis
Boolean array with True entries for non-degenerate axes.
True
Examples
>>> intvp = IntervalProd([0, 0], [1, 0]) >>> intvp.nondegen_byaxis array([ True, False], dtype=bool)