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.dsumors.ndarray,"\nbase.strided.dsumors.ndarray( N:integer, x:Float64Array, strideX:integer, \n offsetX:integer )\n Computes the sum of double-precision floating-point strided array elements\n using ordinary recursive summation and alternative indexing semantics.\n"
1986
1986
base.strided.dsumpw,"\nbase.strided.dsumpw( N:integer, x:Float64Array, strideX:integer )\n Computes the sum of double-precision floating-point strided array elements\n using pairwise summation.\n"
1987
1987
base.strided.dsumpw.ndarray,"\nbase.strided.dsumpw.ndarray( N:integer, x:Float64Array, strideX:integer, \n offsetX:integer )\n Computes the sum of double-precision floating-point strided array elements\n using pairwise summation and alternative indexing semantics.\n"
1988
-
base.strided.dsvariance,"\nbase.strided.dsvariance( N:integer, correction:number, x:Float32Array, \n stride:integer )\n Computes the variance of a single-precision floating-point strided array\n using extended accumulation and returning an extended precision result.\n"
1989
-
base.strided.dsvariance.ndarray,"\nbase.strided.dsvariance.ndarray( N:integer, correction:number, x:Float32Array, \n stride:integer, offset:integer )\n Computes the variance of a single-precision floating-point strided array\n using extended accumulation and alternative indexing semantics and\n returning an extended precision result.\n"
1988
+
base.strided.dsvariance,"\nbase.strided.dsvariance( N:integer, correction:number, x:Float32Array, \n strideX:integer )\n Computes the variance of a single-precision floating-point strided array\n using extended accumulation and returning an extended precision result.\n"
1989
+
base.strided.dsvariance.ndarray,"\nbase.strided.dsvariance.ndarray( N:integer, correction:number, x:Float32Array, \n strideX:integer, offsetX:integer )\n Computes the variance of a single-precision floating-point strided array\n using extended accumulation and alternative indexing semantics and\n returning an extended precision result.\n"
1990
1990
base.strided.dsvariancepn,"\nbase.strided.dsvariancepn( N:integer, correction:number, x:Float32Array, \n strideX:integer )\n Computes the variance of a single-precision floating-point strided array\n using a two-pass algorithm with extended accumulation and returning an\n extended precision result.\n"
1991
1991
base.strided.dsvariancepn.ndarray,"\nbase.strided.dsvariancepn.ndarray( N:integer, correction:number, \n x:Float32Array, strideX:integer, offsetX:integer )\n Computes the variance of a single-precision floating-point strided array\n using a two-pass algorithm with extended accumulation and alternative\n indexing semantics and returning an extended precision result.\n"
0 commit comments