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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ interface Namespace {
143
143
* Adds a scalar constant to each element in a double-precision floating-point strided array.
144
144
*
145
145
* @param N - number of indexed elements
146
-
* @param alpha - constant
146
+
* @param alpha - scalar constant
147
147
* @param x - input array
148
148
* @param strideX - stride length
149
149
* @returns input array
@@ -170,7 +170,7 @@ interface Namespace {
170
170
* Adds a scalar constant to each double-precision floating-point strided array element and computes the sum.
171
171
*
172
172
* @param N - number of indexed elements
173
-
* @param alpha - constant
173
+
* @param alpha - scalar constant
174
174
* @param x - input array
175
175
* @param strideX - stride length
176
176
* @returns sum
@@ -197,7 +197,7 @@ interface Namespace {
197
197
* Adds a scalar constant to each double-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.
198
198
*
199
199
* @param N - number of indexed elements
200
-
* @param alpha - constant
200
+
* @param alpha - scalar constant
201
201
* @param x - input array
202
202
* @param strideX - stride length
203
203
* @returns sum
@@ -224,7 +224,7 @@ interface Namespace {
224
224
* 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.
225
225
*
226
226
* @param N - number of indexed elements
227
-
* @param alpha - constant
227
+
* @param alpha - scalar constant
228
228
* @param x - input array
229
229
* @param strideX - stride length
230
230
* @returns sum
@@ -820,7 +820,7 @@ interface Namespace {
820
820
*
821
821
* @param N - number of indexed elements
822
822
* @param x - input array
823
-
* @paramstride - stride length
823
+
* @paramstrideX - stride length
824
824
* @returns sum
825
825
*
826
826
* @example
@@ -868,12 +868,12 @@ interface Namespace {
868
868
drev: typeofdrev;
869
869
870
870
/**
871
-
* Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.
871
+
* Adds a scalar constant to each single-precision floating-point strided array element, and computes the sum using extended accumulation and returning an extended precision result.
0 commit comments