Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 616 Bytes

File metadata and controls

22 lines (12 loc) · 616 Bytes

Classification functions

xtensor provides the following classification functions for xexpressions and scalars:

Defined in xtensor/core/xmath.hpp

.. doxygenfunction:: isfinite(E&&)

.. doxygenfunction:: isinf(E&&)

.. doxygenfunction:: isnan(E&&)

.. doxygenfunction:: isclose(E1&&, E2&&, double, double, bool)

.. doxygenfunction:: allclose(E1&&, E2&, double, double)