Skip to content

Function isfinite

function isfinite(const vec<T, N> &) simd

template <typename T, size_t N>
KFR_INTRINSIC mask<T, N> isfinite(const vec<T, N>& x)

Detect finite values element-wise.

A value is finite if it is neither NaN nor infinite.

Parameters
x Input vector.
Returns
Mask of elements where x is finite.

Fully qualified name: kfr::isfinite(const vec<T, N> &)

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.