1 dépôt
Functions that categorize array elements based on numerical properties like finiteness or NaN status.
Distinct from Array Element Modifiers: Distinct from general modifiers: focuses on checking and classifying element states rather than changing their values.
Explore 1 awesome GitHub repository matching data & databases · Element Classifications. Refine with filters or upvote what's useful.
xtensor is a C++ multidimensional array library for numerical computing that provides N-dimensional containers with an interface mirroring the NumPy API. It utilizes a lazy evaluation expression engine to defer numerical computations until assignment, which minimizes memory allocations and intermediate copies. The library features a foreign memory array adaptor that allows it to wrap external buffers, such as NumPy arrays, to perform numerical operations in-place without duplicating data. It further optimizes performance through lazy broadcasting and a system that manages the lifetime of temp
Deno-xtensor checks elements for finiteness, infinity, or NaN and compares arrays for proximity.