@stdlib/strided
Strided.
Found 576 results for strided
Strided.
Reinterpret a Complex64Array as a Float32Array.
Reinterpret a Complex128Array as a Float64Array.
Calculate the variance of a strided array using a two-pass algorithm.
Calculate the sum of strided array elements using pairwise summation.
Adds a constant to each strided array element and computes the sum using pairwise summation.
Calculate the arithmetic mean of a strided array.
Calculate the variance of a strided array.
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
Calculate the standard deviation of a strided array using a two-pass algorithm.
Apply a nullary callback and assign results to elements in a strided output array.
Convert a Node-API value representing a strided array to a double-precision floating-point array.
Calculate the standard deviation of a strided array.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
Convert a linear index to an array of subscripts.
Calculate the minimum value of a double-precision floating-point strided array.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
Add a constant to each element in a double-precision floating-point strided array.
Flatten a two-dimensional nested array according to a callback function.
Convert a Node-API value representing a strided array to a single-precision floating-point array.
Flattens an array.
Fill a strided array according to a provided callback function.
Reinterpret a BooleanArray as a Uint8Array.
List of strided array data types.
Calculate the range of a strided array.
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Fill a strided array with a specified scalar constant.
Calculate the median value of a sorted strided array.
Calculate the maximum value of a strided array.
Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.
Calculate the sum of strided array elements using an improved Kahan–Babuška algorithm.
Assign elements in a input ndarray to elements in an output ndarray.
Fill a double-precision floating-point strided array with a specified scalar constant.
Reverse a strided array in-place.
Flatten an n-dimensional nested array.
Calculate the cumulative maximum of a strided array.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation.
Calculate the cumulative minimum of a strided array.
Calculate the sum of strided array elements.
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation.
Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.
Convert a Node-API value representing a strided array to an unsigned 8-bit integer array.
Return the enumeration constant associated with a strided array data type string.
Convert a linear index to an array of subscripts.
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.
Return the data type string associated with a strided array data type enumeration constant.
Return the minimum accessible index based on a set of provided strided array parameters.
Return the data type string associated with a supported strided array data type value.
Fill a strided array with pseudorandom numbers drawn from a normal distribution.
Convert a Node-API value representing a strided array to a double-precision complex floating-point array.
Create a filled two-dimensional nested array.
Convert a Node-API value representing a strided array to a single-precision complex floating-point array.
C APIs for creating and managing strided array function objects.
Return the enumeration constant associated with a supported strided array data type value.
Create a filled four-dimensional nested array.
Define non-enumerable read-only properties which expose strided array function meta data.
Apply a unary callback to elements in a input ndarray and assign results to elements in an output ndarray.
Create a strided array function interface which performs multiple dispatch.
Create a filled three-dimensional nested array.
Create a filled four-dimensional nested array according to a provided callback function.
Create a filled two-dimensional nested array according to a provided callback function.
C API for validating, extracting, and transforming (to native C types) function arguments provided to a strided array Node-API add-on interface.
Create a zero-filled three-dimensional nested array.
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation.
Create a filled five-dimensional nested array.
Create a zero-filled two-dimensional nested array.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Create a zero-filled four-dimensional nested array.
Create a zero-filled five-dimensional nested array.
Calculate the cumulative sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.
Create a filled three-dimensional nested array according to a provided callback function.
Calculate the variance of a strided array using a one-pass trial mean algorithm.
Create a filled five-dimensional nested array according to a provided callback function.
Calculate the cumulative sum of strided array elements.
Calculate the cumulative sum of strided array elements using an improved Kahan–Babuška algorithm.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation and returning an extended precision result.
Calculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to an input strided array.
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation with extended accumulation and returning an extended precision result.
Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.
Apply a unary function to a single-precision floating-point strided input array and assign results to a single-precision floating-point strided output array.
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to input strided arrays.
Calculate the cumulative minimum of double-precision floating-point strided array elements.
Calculate the sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Calculate the sum of strided array elements using ordinary recursive summation.
Adds a constant to each single-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.
Calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a single-precision floating-point strided input array according to a strided mask array and assigning results to a single-precision floating-poin
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
Fill a single-precision floating-point strided array with a specified scalar constant.
Generate a list of binary interface signatures from strided array data types.
Assign callbacks to binary interfaces according to type promotion rules.
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements.
Calculate the arithmetic mean of a double-precision floating-point strided array.
Return a typed array view having the same data type as a provided input typed array and starting at a specified index offset.
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a single-precision floating-point strided input array and assigning results to a single-precision floating-point strided output array.
Sort a strided array using heapsort.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Compute the squared absolute value for each element in a single-precision floating-point strided array.
Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.
Calculate the cumulative sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Sort a double-precision floating-point strided array using Shellsort.
Apply a nullary function and assign results to elements in an output ndarray.
Sort a double-precision floating-point strided array using heapsort.
Adds a constant to each single-precision floating-point strided array element and computes the sum.
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Calculate the sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
Compute the cube root of each element in a strided array.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort.
Compute the absolute value for each element in a strided array.
Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.
Create a filled n-dimensional nested array.
Adds a constant to each double-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.
Calculate the mean and standard deviation of a double-precision floating-point strided array.
Apply a unary function to a single-precision floating-point strided input array according to a strided mask array and assign results to a single-precision floating-point strided output array.
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Element-wise addition of two strided arrays.
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
Calculate the variance of a strided array ignoring NaN values and using Welford's algorithm.
Calculate the range of a strided array according to a mask, ignoring NaN values.
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.
Simultaneously sort two strided arrays based on the sort order of the first array using insertion sort.
Calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using Shellsort.
Calculate the variance of a strided array ignoring NaN values and using a two-pass algorithm.
Calculate the standard deviation of a strided array using a one-pass trial mean algorithm.
Calculate the variance of a strided array using Welford's algorithm.
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
Calculate the maximum value of a strided array via a callback function.
Invoke a callback function once for each ndarray element.
Compute the squared absolute value for each element in a double-precision floating-point strided array.
Calculate the cumulative sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.
Sort a single-precision floating-point strided array using Shellsort.
Calculate the cumulative sum of double-precision floating-point strided array elements.
Compute the arccosine of each element retrieved from an input strided array via a callback function.
Compute the Bessel function of the first kind of order one for each element retrieved from an input strided array via a callback function.
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation.
Calculate the minimum value of a strided array.
Calculate the sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Calculate the cumulative maximum absolute value of a strided array.
Calculate the mid-range of a double-precision floating-point strided array.
Calculate the standard deviation of a strided array ignoring NaN values and using a two-pass algorithm.
Convert a linear index in an underlying data buffer to a linear index in an array view.
Convert subscripts to a linear index.
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.
Simultaneously sort two strided arrays based on the sort order of the first array using heapsort.
Apply a unary function to a double-precision floating-point strided input array and assign results to a double-precision floating-point strided output array.
Adds a constant to each double-precision floating-point strided array element and computes the sum.
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
Adds a constant to each strided array element and computes the sum using an improved Kahan–Babuška algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
Sort a single-precision floating-point strided array using heapsort.
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
Create a zero-filled n-dimensional nested array.
Round each element in a strided array toward zero.
Apply a unary function to each element retrieved from a input ndarray according to a callback function and assign results to elements in an output ndarray.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.
Calculate the arithmetic mean of a single-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
Compute the cube root for each element in a double-precision floating-point strided array according to a strided mask array.
Calculate the maximum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.
Calculate the minimum value of a sorted strided array.
A small JavaScript library for efficient work with multidimensional arrays
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.
Compute the inverse versed cosine of each element retrieved from an input strided array via a callback function.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.
Calculate the minimum value of a strided array via a callback function.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Round each element in a single-precision floating-point strided array toward negative infinity according to a strided mask array.
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
Calculate the maximum value of a sorted double-precision floating-point strided array.
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
Sort a strided array using Shellsort.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Generate a list of masked unary interface signatures from strided array data types.
Adds a constant to each strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.
Compute the inverse hyperbolic cotangent of each element retrieved from an input strided array via a callback function.
Calculate the maximum value of a sorted strided array.
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.
Calculate the variance of a double-precision floating-point strided array provided a known mean.
Calculate the minimum value of a strided array, ignoring NaN values.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the cumulative sum of single-precision floating-point strided array elements.
Compute the arctangent of each element retrieved from an input strided array via a callback function.
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
Compute the inverse coversed sine of each element retrieved from an input strided array via a callback function.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the range of a double-precision floating-point strided array.
Calculate the arithmetic mean of a strided array using Welford's algorithm.
Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.
Compute the hyperbolic arccosine of each element retrieved from an input strided array via a callback function.
Calculate the range of a strided array via a callback function.
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision floating-point strided input array and assigning results to a double-precision floating-point strided output array.
Calculate the sum of double-precision floating-point strided array elements.
Calculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.
Calculate the minimum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.
Create a three-dimensional nested array filled with ones.
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the maximum value of a strided array according to a mask, ignoring NaN values.
Strided array math functions.
Compute the multiplicative inverse for each element in a single-precision floating-point strided array according to a strided mask array.
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
Calculate the variance of a strided array using a one-pass textbook algorithm.
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
Calculate the maximum value of a single-precision floating-point strided array.
Calculate the minimum value of a strided array according to a mask.
Apply a unary function to a double-precision floating-point strided input array according to a strided mask array and assign results to a double-precision floating-point strided output array.
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
Compute the inverse half-value versed sine of each element retrieved from an input strided array via a callback function.
Calculate the minimum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output array.
Calculate the standard deviation of a strided array using Welford's algorithm.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Compute the Bessel function of the first kind of order zero for each element retrieved from an input strided array via a callback function.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the arithmetic mean of a single-precision floating-point strided array using an improved Kahan–Babuška algorithm.
Compute the reciprocal square root for each element in a strided array.
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Calculate the sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the range of a strided array according to a mask.
Adds a constant to each strided array element and computes the sum.
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Calculate the range of a single-precision floating-point strided array.
Compute the inverse versed sine of each element retrieved from an input strided array via a callback function.
Flatten a four-dimensional nested array.
Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Apply a ternary callback to strided input array elements and assign results to elements in a strided output array.
Compute the arcsine of each element retrieved from an input strided array via a callback function.
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.