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
@@ -76,7 +97,7 @@ var sum = dasumpw.main( 4, x1, 2 );
76
97
77
98
#### dasumpw.ndarray( N, x, strideX, offsetX )
78
99
79
-
Computes the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation and alternative indexing semantics..
100
+
Computes the sum of absolute values ([_L1_ norm][l1norm]) of double-precision floating-point strided array elements using pairwise summation and alternative indexing semantics.
Adds a scalar constant to each double-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.
155
+
Computes the sum of absolute values ([_L1_ norm][l1norm]) of double-precision floating-point strided array elements using pairwise summation.
135
156
136
157
<!-- eslint-disable node/no-sync -->
137
158
@@ -178,7 +199,7 @@ The function has the following parameters:
178
199
179
200
#### dasumpw.Module.prototype.ndarray( N, xp, sx, ox )
180
201
181
-
Adds a scalar constant to each double-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm and alternative indexing semantics.
202
+
Computes the sum of absolute values ([_L1_ norm][l1norm]) of double-precision floating-point strided array elements using pairwise summation and alternative indexing semantics.
0 commit comments