You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
base.strided.dsnanmeanors.ndarray,"\nbase.strided.dsnanmeanors.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array, ignoring `NaN` values and using ordinary recursive summation with\n extended accumulation and alternative indexing semantics.\n"
1931
1931
base.strided.dsnanmeanpn,"\nbase.strided.dsnanmeanpn( N:integer, x:Float32Array, stride:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array, ignoring `NaN` values, using a two-pass error correction algorithm\n with extended accumulation, and returning an extended precision result.\n"
1932
1932
base.strided.dsnanmeanpn.ndarray,"\nbase.strided.dsnanmeanpn.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array, ignoring `NaN` values and using a two-pass error correction algorithm\n with extended accumulation and alternative indexing semantics.\n"
1933
-
base.strided.dsnanmeanwd,"\nbase.strided.dsnanmeanwd( N:integer, x:Float32Array, stride:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array, ignoring `NaN` values, using Welford's algorithm with extended\n accumulation, and returning an extended precision result.\n"
1934
-
base.strided.dsnanmeanwd.ndarray,"\nbase.strided.dsnanmeanwd.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array, ignoring `NaN` values and using Welford's algorithm with extended\n accumulation and alternative indexing semantics.\n"
1933
+
base.strided.dsnanmeanwd,"\nbase.strided.dsnanmeanwd( N:integer, x:Float32Array, strideX:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array, ignoring `NaN` values, using Welford's algorithm with extended\n accumulation, and returning an extended precision result.\n"
1934
+
base.strided.dsnanmeanwd.ndarray,"\nbase.strided.dsnanmeanwd.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array, ignoring `NaN` values and using Welford's algorithm with extended\n accumulation and alternative indexing semantics.\n"
1935
1935
base.strided.dsnannsumors,"\nbase.strided.dsnannsumors( N:integer, x:Float32Array, strideX:integer, \n out:Float64Array, strideOut:integer )\n Computes the sum of single-precision floating-point strided array elements,\n ignoring `NaN` values, using ordinary recursive summation with extended\n accumulation, and returning an extended precision result.\n"
1936
1936
base.strided.dsnannsumors.ndarray,"\nbase.strided.dsnannsumors.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer, out:Float64Array, strideOut:integer, offsetOut:integer )\n Computes the sum of single-precision floating-point strided array elements,\n ignoring `NaN` values, using ordinary recursive summation with extended\n accumulation and alternative indexing semantics, and returning an extended\n precision result.\n"
1937
1937
base.strided.dsnansum,"\nbase.strided.dsnansum( N:integer, x:Float32Array, strideX:integer )\n Computes the sum of single-precision floating-point strided array elements,\n ignoring `NaN` values, using extended accumulation, and returning an\n extended precision result.\n"
base.strided.gsort2ins.ndarray,"\nbase.strided.gsort2ins.ndarray( N:integer, order:number, x:Array|TypedArray, \n strideX:integer, offsetX:integer, y:Array|TypedArray, strideY:integer, \n offsetY:integer )\n Simultaneously sorts two strided arrays based on the sort order of the first\n array using insertion sort and alternative indexing semantics.\n"
2073
2073
base.strided.gsort2sh,"\nbase.strided.gsort2sh( N:integer, order:number, x:Array|TypedArray, \n strideX:integer, y:Array|TypedArray, strideY:integer )\n Simultaneously sorts two strided arrays based on the sort order of the first\n array using Shellsort.\n"
2074
2074
base.strided.gsort2sh.ndarray,"\nbase.strided.gsort2sh.ndarray( N:integer, order:number, x:Array|TypedArray, \n strideX:integer, offsetX:integer, y:Array|TypedArray, strideY:integer, \n offsetY:integer )\n Simultaneously sorts two strided arrays based on the sort order of the first\n array using Shellsort and alternative indexing semantics.\n"
2075
-
base.strided.gsorthp,"\nbase.strided.gsorthp( N:integer, order:number, x:Array|TypedArray, \n stride:integer )\n Sorts a strided array using heapsort.\n"
2076
-
base.strided.gsorthp.ndarray,"\nbase.strided.gsorthp.ndarray( N:integer, order:number, x:Array|TypedArray, \n stride:integer, offset:integer )\n Sorts a strided array using heapsort and alternative indexing semantics.\n"
2075
+
base.strided.gsorthp,"\nbase.strided.gsorthp( N:integer, order:number, x:Array|TypedArray, \n strideX:integer )\n Sorts a strided array using heapsort.\n"
2076
+
base.strided.gsorthp.ndarray,"\nbase.strided.gsorthp.ndarray( N:integer, order:number, x:Array|TypedArray, \n strideX:integer, offsetX:integer )\n Sorts a strided array using heapsort and alternative indexing semantics.\n"
2077
2077
base.strided.gsortins,"\nbase.strided.gsortins( N:integer, order:number, x:Array|TypedArray, \n stride:integer )\n Sorts a strided array using insertion sort.\n"
2078
2078
base.strided.gsortins.ndarray,"\nbase.strided.gsortins.ndarray( N:integer, order:number, x:Array|TypedArray, \n stride:integer, offset:integer )\n Sorts a strided array using insertion sort and alternative indexing\n semantics.\n"
2079
2079
base.strided.gsortsh,"\nbase.strided.gsortsh( N:integer, order:number, x:Array|TypedArray, \n stride:integer )\n Sorts a strided array using Shellsort.\n"
base.strided.mapBy2.ndarray,"\nbase.strided.mapBy2.ndarray( N:integer, x:Array|TypedArray|Object, sx:integer, \n ox:integer, y:Array|TypedArray|Object, sy:integer, oy:integer, \n z:Array|TypedArray|Object, sz:integer, oz:integer, fcn:Function, \n clbk:Function[, thisArg:any] )\n Applies a binary function to each pair of elements retrieved from strided\n input arrays according to a callback function and assigns results to a\n strided output array using alternative indexing semantics.\n"
2097
2097
base.strided.max,"\nbase.strided.max( N:integer, x:Array|TypedArray, strideX:integer )\n Computes the maximum value of a strided array.\n"
2098
2098
base.strided.max.ndarray,"\nbase.strided.max.ndarray( N:integer, x:Array|TypedArray, strideX:integer, \n offsetX:integer )\n Computes the maximum value of a strided array using alternative indexing\n semantics.\n"
2099
-
base.strided.maxabs,"\nbase.strided.maxabs( N:integer, x:Array|TypedArray, stride:integer )\n Computes the maximum absolute value of a strided array.\n"
2100
-
base.strided.maxabs.ndarray,"\nbase.strided.maxabs.ndarray( N:integer, x:Array|TypedArray, stride:integer, \n offset:integer )\n Computes the maximum absolute value of a strided array using alternative\n indexing semantics.\n"
2099
+
base.strided.maxabs,"\nbase.strided.maxabs( N:integer, x:Array|TypedArray, strideX:integer )\n Computes the maximum absolute value of a strided array.\n"
2100
+
base.strided.maxabs.ndarray,"\nbase.strided.maxabs.ndarray( N:integer, x:Array|TypedArray, strideX:integer, \n offsetX:integer )\n Computes the maximum absolute value of a strided array using alternative\n indexing semantics.\n"
2101
2101
base.strided.maxBy,"\nbase.strided.maxBy( N:integer, x:Array|TypedArray|Object, stride:integer, \n clbk:Function[, thisArg:any] )\n Calculates the maximum value of a strided array via a callback function.\n"
2102
2102
base.strided.maxBy.ndarray,"\nbase.strided.maxBy.ndarray( N:integer, x:Array|TypedArray|Object, \n stride:integer, offset:integer, clbk:Function[, thisArg:any] )\n Calculates the maximum value of a strided array via a callback function and\n using alternative indexing semantics.\n"
2103
2103
base.strided.maxsorted,"\nbase.strided.maxsorted( N:integer, x:Array|TypedArray, stride:integer )\n Computes the maximum value of a sorted strided array.\n"
base.strided.metaDataProps,"\nbase.strided.metaDataProps( meta:Object, dtypes:ArrayLikeObject, \n obj:Object|Function, bool:boolean )\n Defines non-enumerable read-only properties which expose strided array\n function meta data.\n"
2123
2123
base.strided.min,"\nbase.strided.min( N:integer, x:Array|TypedArray, strideX:integer )\n Computes the minimum value of a strided array.\n"
2124
2124
base.strided.min.ndarray,"\nbase.strided.min.ndarray( N:integer, x:Array|TypedArray, strideX:integer, \n offsetX:integer )\n Computes the minimum value of a strided array using alternative indexing\n semantics.\n"
2125
-
base.strided.minabs,"\nbase.strided.minabs( N:integer, x:Array|TypedArray, stride:integer )\n Computes the minimum absolute value of a strided array.\n"
2126
-
base.strided.minabs.ndarray,"\nbase.strided.minabs.ndarray( N:integer, x:Array|TypedArray, stride:integer, \n offset:integer )\n Computes the minimum absolute value of a strided array using alternative\n indexing semantics.\n"
2125
+
base.strided.minabs,"\nbase.strided.minabs( N:integer, x:Array|TypedArray, strideX:integer )\n Computes the minimum absolute value of a strided array.\n"
2126
+
base.strided.minabs.ndarray,"\nbase.strided.minabs.ndarray( N:integer, x:Array|TypedArray, strideX:integer, \n offsetX:integer )\n Computes the minimum absolute value of a strided array using alternative\n indexing semantics.\n"
2127
2127
base.strided.minBy,"\nbase.strided.minBy( N:integer, x:Array|TypedArray|Object, stride:integer, \n clbk:Function[, thisArg:any] )\n Calculates the minimum value of a strided array via a callback function.\n"
2128
2128
base.strided.minBy.ndarray,"\nbase.strided.minBy.ndarray( N:integer, x:Array|TypedArray|Object, \n stride:integer, offset:integer, clbk:Function[, thisArg:any] )\n Calculates the minimum value of a strided array via a callback function and\n using alternative indexing semantics.\n"
2129
2129
base.strided.minsorted,"\nbase.strided.minsorted( N:integer, x:Array|TypedArray, stride:integer )\n Computes the minimum value of a sorted strided array.\n"
@@ -2263,8 +2263,8 @@ base.strided.sdsapxsumpw,"\nbase.strided.sdsapxsumpw( N:integer, alpha:number, x
2263
2263
base.strided.sdsapxsumpw.ndarray,"\nbase.strided.sdsapxsumpw.ndarray( N:integer, alpha:number, x:Float32Array, \n strideX:integer, offsetX:integer )\n Adds a scalar constant to each single-precision floating-point strided array\n element and computes the sum using pairwise summation with extended\n accumulation and alternative indexing semantics.\n"
2264
2264
base.strided.sdsdot,"\nbase.strided.sdsdot( N:integer, scalar:number, x:Float32Array, strideX:integer, \n y:Float32Array, strideY:integer )\n Computes the dot product of two single-precision floating-point vectors with\n extended accumulation.\n"
2265
2265
base.strided.sdsdot.ndarray,"\nbase.strided.sdsdot.ndarray( N:integer, scalar:number, x:Float32Array, \n strideX:integer, offsetX:integer, y:Float32Array, strideY:integer, \n offsetY:integer )\n Computes the dot product of two single-precision floating-point vectors\n using alternative indexing semantics and with extended accumulation.\n"
2266
-
base.strided.sdsmean,"\nbase.strided.sdsmean( N:integer, x:Float32Array, stride:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array using extended accumulation.\n"
2267
-
base.strided.sdsmean.ndarray,"\nbase.strided.sdsmean.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array using extended accumulation and alternative indexing semantics.\n"
2266
+
base.strided.sdsmean,"\nbase.strided.sdsmean( N:integer, x:Float32Array, strideX:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array using extended accumulation.\n"
2267
+
base.strided.sdsmean.ndarray,"\nbase.strided.sdsmean.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array using extended accumulation and alternative indexing semantics.\n"
2268
2268
base.strided.sdsmeanors,"\nbase.strided.sdsmeanors( N:integer, x:Float32Array, strideX:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array using ordinary recursive summation with extended accumulation.\n"
2269
2269
base.strided.sdsmeanors.ndarray,"\nbase.strided.sdsmeanors.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array using ordinary recursive summation with extended accumulation and\n alternative indexing semantics.\n"
2270
2270
base.strided.sdsnanmean,"\nbase.strided.sdsnanmean( N:integer, x:Float32Array, stride:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array, ignoring `NaN` values and using extended accumulation.\n"
0 commit comments