Logic functions =============== .. currentmodule:: cunumeric Truth value testing ------------------- .. autosummary:: :toctree: generated/ all any Array contents -------------- .. autosummary:: :toctree: generated/ isfinite isinf isnan isneginf isposinf Array type testing ------------------ .. autosummary:: :toctree: generated/ iscomplex iscomplexobj isreal isrealobj isscalar Logic operations ---------------- .. autosummary:: :toctree: generated/ logical_and logical_or logical_not logical_xor Comparison ---------- .. autosummary:: :toctree: generated/ allclose isclose array_equal greater greater_equal less less_equal equal not_equal