Function isinf¶
function isinf(const vec<T, N> &) simd¶
Detect infinite values element-wise.
Matches positive or negative infinity.
| x | Input vector. |
Mask of elements where x is infinite. |
Fully qualified name: kfr::isinf(const vec<T, N> &)
Declared at simd/comparison.hpp:128
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.