@stdlib/strided-napi-smskmap
C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a single-precision floating-point strided output array.
@stdlib/strided-base-mskunary
Apply a unary callback to elements in a strided input array according to elements in a strided mask array and assign results to elements in a strided output array.
@stdlib/strided-napi-mskunary
C API for registering an N-API module exporting a strided array interface for applying a unary callback to an input strided array according to a mask strided array.
strided-napi-dmskmap
C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a double-precision floating-point strided output array.