@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 variance of a strided array.
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
Calculate the arithmetic mean of a strided array.
Calculate the minimum value of a double-precision floating-point strided array.
Calculate the standard deviation of a strided array using a two-pass algorithm.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Convert a linear index to an array of subscripts.
Calculate the standard deviation of a strided array.
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.
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.
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Flattens an array.
Convert a Node-API value representing a strided array to a single-precision floating-point array.
Calculate the maximum value of a strided array.
Calculate the maximum value of a sorted double-precision floating-point strided array.
Calculate the range of a strided array.
List of strided array data types.
Calculate the maximum absolute value of a double-precision floating-point strided array.
Fill a strided array according to a provided callback function.
Reinterpret a BooleanArray as a Uint8Array.
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
Calculate the arithmetic mean of a double-precision floating-point strided array.
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the maximum value of a double-precision floating-point strided array.
Calculate the arithmetic mean of a strided array using pairwise summation.
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
Calculate the median value of a sorted strided array.
Calculate the mean and standard deviation of a double-precision floating-point strided array.
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
Calculate the median value of a sorted double-precision floating-point strided array.
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the cumulative maximum of a strided array.
Calculate the arithmetic mean of a strided array using Welford's algorithm.
Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.
Calculate the minimum value of a strided array via a callback function.
Calculate the range of a double-precision floating-point strided array.
Calculate the minimum value of a sorted strided array.
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 minimum absolute value of a double-precision floating-point strided array.
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 using a one-pass trial mean algorithm.
Calculate the maximum absolute value of a strided array.
Calculate the minimum value of a strided array according to a mask.
Calculate the variance of a double-precision floating-point strided array provided a known mean.
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Calculate the mid-range of a double-precision floating-point strided array.
Calculate the cumulative minimum of a strided array.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
Calculate the maximum value of a 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 textbook algorithm.
Calculate the maximum value of a strided array according to a mask, ignoring NaN values.
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 arithmetic mean of a strided array, ignoring NaN values and using a two-pass error correction algorithm.
Calculate the minimum absolute value of a strided array.
Calculate the standard error of the mean for a double-precision floating-point strided array.
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
Calculate the range of a strided array according to a mask.
Assign elements in a input ndarray to elements in an output ndarray.
Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation with extended accumulation and returning an extended precision result.
Calculate the maximum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.
Fill a strided array with a specified scalar constant.
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
Calculate the arithmetic mean of a strided array using an improved Kahan–Babuška algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
Calculate the arithmetic mean of a strided array using a second-order iterative Kahan–Babuška algorithm.
Calculate the maximum value of a sorted strided array.
Calculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
Calculate the range of a double-precision floating-point strided array according to a mask.
Calculate the arithmetic mean of a strided array, ignoring NaN values.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's 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 with extended accumulation and returning an extended precision result.
Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
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.
Reverse a strided array in-place.
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.
Calculate the minimum value of a strided array.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.
Calculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.
Calculate the variance of a double-precision floating-point strided array.
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm with extended accumulation and returning an extended precision result.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Calculate the standard deviation of a double-precision floating-point strided array.
Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.
Calculate the maximum value of a double-precision floating-point strided array according to a mask.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the standard deviation of a double-precision floating-point strided array 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 variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
Calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the minimum value of a sorted double-precision floating-point strided array.
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Calculate the maximum value of a strided array, ignoring NaN values.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
Calculate the minimum value of a double-precision floating-point strided array according to a mask.
Calculate the minimum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.
Calculate the range of a strided array according to a mask, 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.
Flatten an n-dimensional nested array.
Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.
Calculate the minimum value of a strided array, ignoring NaN values.
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
Calculate the standard deviation of a strided array ignoring NaN values.
Calculate the mean and variance of a double-precision floating-point strided array.
Calculate the maximum value of a strided array according to a mask.
Calculate the sum of strided array elements using an improved Kahan–Babuška algorithm.
Calculate the maximum absolute value of a strided array, ignoring NaN values.
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
Calculate the minimum value of a strided array according to a mask, ignoring NaN values.
Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.
Calculate the minimum absolute value of a strided array, ignoring NaN values.
Calculate the maximum absolute value of a sorted double-precision floating-point strided array.
Calculate the standard deviation of a strided array ignoring NaN values and using a two-pass algorithm.
Calculate the arithmetic mean of a strided array, ignoring NaN values and using Welford's algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
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.
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
Calculate the range of a strided array via a callback function, ignoring NaN values.
Calculate the variance of a strided array ignoring NaN values.
Calculate the variance of a strided array ignoring NaN values and using a two-pass algorithm.
Calculate the sum of strided array elements.
Calculate the range of a strided array, ignoring NaN values.
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
Return the data type string associated with a supported strided array data type value.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values.
Convert a linear index to an array of subscripts.
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass textbook algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.
Calculate the arithmetic mean of a single-precision floating-point strided array using an improved Kahan–Babuška algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
Fill a double-precision floating-point strided array with a specified scalar constant.
Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the range of a strided array via a callback function.
Calculate the variance of a strided array ignoring NaN values and using Welford's algorithm.
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
Calculate the cumulative maximum of single-precision floating-point strided array elements.
Calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
Return the enumeration constant associated with a strided array data type string.
Return the data type string associated with a strided array data type enumeration constant.
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.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Calculate the median value of a sorted single-precision floating-point strided array.
Calculate the maximum value of a sorted single-precision floating-point strided array.
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.
Calculate the cumulative minimum of single-precision floating-point strided array elements.
Calculate the maximum absolute value of a sorted single-precision floating-point strided array.
Calculate the maximum absolute value of a single-precision floating-point strided array.
Calculate the standard deviation of a single-precision floating-point strided array.
Apply a unary callback to elements in a input ndarray and assign results to elements in an output ndarray.
Calculate the arithmetic mean of a single-precision floating-point strided array.
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.
Calculate the maximum value of a single-precision floating-point strided array.
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
Calculate the variance of a single-precision floating-point strided array.
C APIs for creating and managing strided array function objects.
Calculate the minimum absolute value of a single-precision floating-point strided array.
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation.
Calculate the cumulative sum of strided array elements.
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
Calculate the mid-range of a single-precision floating-point strided array.
Calculate the minimum value of a single-precision floating-point strided array.
Sort a double-precision floating-point strided array using heapsort.
Calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.
Sort a strided array using heapsort.
Calculate the variance of a strided array using Welford's algorithm.
Define non-enumerable read-only properties which expose strided array function meta data.
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 single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.
Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Apply a nullary function and assign results to elements in an output ndarray.
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 arithmetic mean of a single-precision floating-point strided array, ignoring NaN values.
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
Return the enumeration constant associated with a supported strided array data type value.
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a strided array using a one-pass trial mean algorithm.
Calculate the minimum value of a single-precision floating-point strided array according to a mask.
Calculate the maximum value of a single-precision floating-point strided array according to a mask.
Calculate the cumulative sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Apply a ternary callback to strided input array elements and assign results to elements in a strided output array.
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
Calculate the variance of a single-precision floating-point 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, ignoring NaN values and using ordinary recursive summation.
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.
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 minimum value of a sorted single-precision floating-point strided array.
Calculate the range of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
C API for validating, extracting, and transforming (to native C types) function arguments provided to a strided array Node-API add-on interface.
Convert a Node-API value representing a strided array to a double-precision complex floating-point array.
Calculate the minimum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Sort a single-precision floating-point strided array using heapsort.
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.
Calculate the range of a single-precision floating-point strided array.
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
Apply a quinary callback to strided input array elements and assign results to elements in a strided output array.
Base strided.
Convert subscripts to a linear index.
Calculate the cumulative sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.