Updated 6 months ago

@stdlib/ndarray-base-strides2offset • Rank 8.6 • Science 44%

Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.

Updated 6 months ago

@stdlib/ndarray-base-offset • Rank 8.1 • Science 44%

Return the index offset specifying the underlying buffer index of the first iterated ndarray element.

Updated 6 months ago

@stdlib/array-base-accessor • Rank 7.8 • Science 44%

Create a minimal array-like object supporting the accessor protocol from another array-like object.

Updated 6 months ago

@stdlib/ndarray-base-assert-is-allowed-data-type-cast • Rank 7.7 • Science 44%

Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.

Updated 6 months ago

@stdlib/array-base-zero-to • Rank 7.7 • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.

Updated 6 months ago

@stdlib/array-base-incrspace • Rank 7.7 • Science 44%

Generate a linearly spaced numeric array according to a provided increment.

Updated 6 months ago

@stdlib/array-base-copy-indexed • Rank 7.5 • Science 44%

Copy the elements of an indexed array-like object to a new generic array.

Updated 6 months ago

@stdlib/ndarray-offset • Rank 7.5 • Science 44%

Return the index offset specifying the underlying buffer index of the first iterated ndarray element.

Updated 6 months ago

@stdlib/array-base-to-accessor-array • Rank 7.4 • Science 44%

Convert an array-like object to a minimal array-like object supporting the accessor protocol.

Updated 6 months ago

@stdlib/array-base-one-to • Rank 7.4 • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from one.

Updated 6 months ago

@stdlib/array-min-dtype • Rank 6.8 • Science 44%

Determine the minimum array data type of the closest kind necessary for storing a provided scalar value.

Updated 6 months ago

@stdlib/strided-base-unary • Rank 6.8 • Science 44%

Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.

Updated 6 months ago

@stdlib/array-base-copy • Rank 6.6 • Science 44%

Copy the elements of an array-like object to a new generic array.

Updated 6 months ago

@stdlib/ndarray-base-dtype-resolve-enum • Rank 6.6 • Science 44%

Return the enumeration constant associated with a supported ndarray data type value.

Updated 6 months ago

@stdlib/array-base-index-of • Rank 6.2 • Science 44%

Return the index of the first element which equals a provided search element.

Updated 6 months ago

@stdlib/blas-ext-base-dfill • Rank 6.0 • Science 44%

Fill a double-precision floating-point strided array with a specified scalar constant.

Updated 6 months ago

@stdlib/array-base-every-by • Rank 5.9 • Science 44%

Test whether all elements in an array pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/strided-base-dtype-resolve-enum • Rank 5.8 • Science 44%

Return the enumeration constant associated with a supported strided array data type value.

Updated 6 months ago

@stdlib/strided-base-min-view-buffer-index • Rank 5.8 • Science 44%

Return the minimum accessible index based on a set of provided strided array parameters.

Updated 6 months ago

@stdlib/strided-base-function-object • Rank 5.7 • Science 44%

C APIs for creating and managing strided array function objects.

Updated 6 months ago

@stdlib/strided-dispatch • Rank 5.6 • Science 44%

Create a strided array function interface which performs multiple dispatch.

Updated 6 months ago

@stdlib/ndarray-base-maybe-broadcast-array • Rank 5.6 • Science 44%

Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.

Updated 6 months ago

@stdlib/napi-argv-strided-complex64array • Rank 5.5 • Science 44%

Convert a Node-API value representing a strided array to a single-precision complex floating-point array.

Updated 6 months ago

@stdlib/strided-base-dtype-enum2str • Rank 5.5 • Science 44%

Return the data type string associated with a strided array data type enumeration constant.

Updated 6 months ago

@stdlib/strided-base-dtype-str2enum • Rank 5.5 • Science 44%

Return the enumeration constant associated with a strided array data type string.

Updated 6 months ago

@stdlib/ndarray-base-unary • Rank 5.5 • Science 44%

Apply a unary callback to elements in a input ndarray and assign results to elements in an output ndarray.

Updated 6 months ago

napi-argv-strided-complex128array • Rank 5.5 • Science 44%

Convert a Node-API value representing a strided array to a double-precision complex floating-point array.

Updated 6 months ago

@stdlib/blas-ext-base-dssum • Rank 5.3 • Science 44%

Calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.

Updated 6 months ago

@stdlib/strided-napi-unary • Rank 5.2 • Science 44%

C API for registering an N-API module exporting a strided array interface for applying a unary callback to an input strided array.

Updated 6 months ago

@stdlib/strided-base-smap • Rank 5.1 • Science 44%

Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assign each result to an element in a single-precision floating-point strided output array.

Updated 6 months ago

@stdlib/strided-napi-smskmap • Rank 5.1 • Science 44%

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.

Updated 6 months ago

@hugoalh/unique-array • Rank 5.0 • Science 44%

An ECMAScript (JavaScript & TypeScript) module to return unique array elements without any duplicated elements by ignore their reference points.

Updated 6 months ago

@stdlib/strided-base-dtype-resolve-str • Rank 5.0 • Science 44%

Return the data type string associated with a supported strided array data type value.

Updated 6 months ago

@stdlib/math-strided-special-asin-by • Rank 4.9 • Science 44%

Compute the arcsine of each element retrieved from an input strided array via a callback function.