Skip to content

Commit 99c6134

Browse files
chore: add package.json
1 parent 464504b commit 99c6134

File tree

1 file changed

+9
-8
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/wasm/dapxsumkbn2

1 file changed

+9
-8
lines changed

lib/node_modules/@stdlib/blas/ext/base/wasm/dapxsumkbn2/package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/base/ext/wasm/dapxsumkbn2",
33
"version": "0.0.0",
4-
"description": "Add a constant to each double-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.",
4+
"description": "Adds a scalar constant to each double-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",
@@ -56,18 +56,19 @@
5656
"keywords": [
5757
"stdlib",
5858
"stdmath",
59+
"statistics",
60+
"stats",
5961
"mathematics",
6062
"math",
6163
"blas",
62-
"level 1",
63-
"dasum",
64-
"linear",
65-
"algebra",
66-
"subroutines",
64+
"extended",
6765
"sum",
68-
"vector",
66+
"total",
67+
"summation",
68+
"strided",
69+
"strided array",
70+
"typed",
6971
"array",
70-
"ndarray",
7172
"float64",
7273
"double",
7374
"float64array",

0 commit comments

Comments
 (0)