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.sapxsumkbn.ndarray,"\nbase.strided.sapxsumkbn.ndarray( N:integer, alpha:number, x:Float32Array, \n stride:integer, offset:integer )\n Adds a constant to each single-precision floating-point strided array\n element and computes the sum using an improved Kahan–Babuška algorithm and\n alternative indexing semantics.\n"
2216
2216
base.strided.sapxsumkbn2,"\nbase.strided.sapxsumkbn2( N:integer, alpha:number, x:Float32Array, \n stride:integer )\n Adds a constant to each single-precision floating-point strided array\n element and computes the sum using a second-order iterative Kahan–Babuška\n algorithm.\n"
2217
2217
base.strided.sapxsumkbn2.ndarray,"\nbase.strided.sapxsumkbn2.ndarray( N:integer, alpha:number, x:Float32Array, \n stride:integer, offset:integer )\n Adds a constant to each single-precision floating-point strided array\n element and computes the sum using a second-order iterative Kahan–Babuška\n algorithm and alternative indexing semantics.\n"
2218
-
base.strided.sapxsumors,"\nbase.strided.sapxsumors( N:integer, alpha:number, x:Float32Array, \n stride:integer )\n Adds a constant to each single-precision floating-point strided array\n element and computes the sum using ordinary recursive summation.\n"
2219
-
base.strided.sapxsumors.ndarray,"\nbase.strided.sapxsumors.ndarray( N:integer, alpha:number, x:Float32Array, \n stride:integer, offset:integer )\n Adds a constant to each single-precision floating-point strided array\n element and computes the sum using ordinary recursive summation and\n alternative indexing semantics.\n"
2218
+
base.strided.sapxsumors,"\nbase.strided.sapxsumors( N:integer, alpha:number, x:Float32Array, \n strideX:integer )\n Adds a scalar constant to each single-precision floating-point strided\n array element and computes the sum using ordinary recursive summation.\n"
2219
+
base.strided.sapxsumors.ndarray,"\nbase.strided.sapxsumors.ndarray( N:integer, alpha:number, x:Float32Array, \n strideX:integer, offsetX:integer )\n Adds a scalar constant to each single-precision floating-point strided\n array element and computes the sum using ordinary recursive summation and\n alternative indexing semantics.\n"
2220
2220
base.strided.sapxsumpw,"\nbase.strided.sapxsumpw( N:integer, alpha:number, x:Float32Array, \n stride:integer )\n Adds a constant to each single-precision floating-point strided array\n element and computes the sum using pairwise summation.\n"
2221
2221
base.strided.sapxsumpw.ndarray,"\nbase.strided.sapxsumpw.ndarray( N:integer, alpha:number, x:Float32Array, \n stride:integer, offset:integer )\n Adds a constant to each single-precision floating-point strided array\n element and computes the sum using pairwise summation and alternative\n indexing semantics.\n"
2222
2222
base.strided.sasum,"\nbase.strided.sasum( N:integer, x:Float32Array, stride:integer )\n Computes the sum of the absolute values.\n"
0 commit comments