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/base/sgemv/test/test.ndarray.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ tape( 'the function throws an error if provided an invalid fourteenth argument',
222
222
}
223
223
});
224
224
225
-
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (row-major, no-transpose)',functiontest(t){
225
+
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (row-major, no-transpose)',functiontest(t){
226
226
varexpected;
227
227
vardata;
228
228
varout;
@@ -244,7 +244,7 @@ tape( 'the function performs one of the matrix-vector operations `y = α*A*x +
244
244
t.end();
245
245
});
246
246
247
-
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (column-major, no-transpose)',functiontest(t){
247
+
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (column-major, no-transpose)',functiontest(t){
248
248
varexpected;
249
249
vardata;
250
250
varout;
@@ -266,7 +266,7 @@ tape( 'the function performs one of the matrix-vector operations `y = α*A*x +
266
266
t.end();
267
267
});
268
268
269
-
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (row-major, transpose)',functiontest(t){
269
+
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (row-major, transpose)',functiontest(t){
270
270
varexpected;
271
271
vardata;
272
272
varout;
@@ -288,7 +288,7 @@ tape( 'the function performs one of the matrix-vector operations `y = α*A*x +
288
288
t.end();
289
289
});
290
290
291
-
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (column-major, transpose)',functiontest(t){
291
+
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (column-major, transpose)',functiontest(t){
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/base/sgemv/test/test.sgemv.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ tape( 'the function throws an error if provided an invalid twelfth argument', fu
236
236
}
237
237
});
238
238
239
-
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (row-major, no-transpose)',functiontest(t){
239
+
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (row-major, no-transpose)',functiontest(t){
240
240
varexpected;
241
241
vardata;
242
242
varout;
@@ -258,7 +258,7 @@ tape( 'the function performs one of the matrix-vector operations `y = α*A*x +
258
258
t.end();
259
259
});
260
260
261
-
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (column-major, no-transpose)',functiontest(t){
261
+
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (column-major, no-transpose)',functiontest(t){
262
262
varexpected;
263
263
vardata;
264
264
varout;
@@ -280,7 +280,7 @@ tape( 'the function performs one of the matrix-vector operations `y = α*A*x +
280
280
t.end();
281
281
});
282
282
283
-
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (row-major, transpose)',functiontest(t){
283
+
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (row-major, transpose)',functiontest(t){
284
284
varexpected;
285
285
vardata;
286
286
varout;
@@ -302,7 +302,7 @@ tape( 'the function performs one of the matrix-vector operations `y = α*A*x +
302
302
t.end();
303
303
});
304
304
305
-
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (column-major, transpose)',functiontest(t){
305
+
tape('the function performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` (column-major, transpose)',functiontest(t){
0 commit comments