Skip to content

Commit b862bdd

Browse files
committed
Update artifacts
1 parent 931afa0 commit b862bdd

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

blas/base/dgbmv/base.js.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
394394
// MODULES //
395395
&nbsp;
396396
var isRowMajor = require( '@stdlib/ndarray/base/assert/is-row-major' );
397-
var sfill = require( '@stdlib/blas/ext/base/sfill' ).ndarray;
398-
var sscal = require( '@stdlib/blas/base/sscal' ).ndarray;
397+
var dfill = require( '@stdlib/blas/ext/base/dfill' ).ndarray;
398+
var dscal = require( '@stdlib/blas/base/dscal' ).ndarray;
399399
var max = require( '@stdlib/math/base/special/max' );
400400
var min = require( '@stdlib/math/base/special/min' );
401401
&nbsp;
@@ -471,9 +471,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
471471
// y = beta * y
472472
if ( beta !== 1.0 ) {
473473
if ( beta === 0.0 ) {
474-
sfill( ylen, 0.0, y, strideY, offsetY );
474+
dfill( ylen, 0.0, y, strideY, offsetY );
475475
} else {
476-
sscal( ylen, beta, y, strideY, offsetY );
476+
dscal( ylen, beta, y, strideY, offsetY );
477477
}
478478
}
479479
if ( alpha === 0.0 ) {
@@ -529,7 +529,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
529529
<div class='footer quiet pad2 space-top1 center small'>
530530
Code coverage generated by
531531
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
532-
at 2025-04-11T12:59:21.306Z
532+
at 2025-04-11T13:08:47.922Z
533533
</div>
534534
<script src="../../../../prettify.js"></script>
535535
<script>

blas/base/dgbmv/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[490,490,100,76,76,100,3,3,100,490,490,100,"0906bc7bb310d7bcec60e5ee3186f94733065040","2025-04-11 18:28:18 +0530"]
1+
[490,490,100,76,76,100,3,3,100,490,490,100,"b5132437391c85326ea2902209de3c32f6053bdf","2025-04-11 18:37:43 +0530"]

blas/base/dgbmv/dgbmv.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
460460
<div class='footer quiet pad2 space-top1 center small'>
461461
Code coverage generated by
462462
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
463-
at 2025-04-11T12:59:21.306Z
463+
at 2025-04-11T13:08:47.922Z
464464
</div>
465465
<script src="../../../../prettify.js"></script>
466466
<script>

blas/base/dgbmv/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1><a href="../../../../index.html">All files</a> blas/base/dgbmv/lib</h1>
161161
<div class='footer quiet pad2 space-top1 center small'>
162162
Code coverage generated by
163163
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164-
at 2025-04-11T12:59:21.306Z
164+
at 2025-04-11T13:08:47.922Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/dgbmv/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
286286
<div class='footer quiet pad2 space-top1 center small'>
287287
Code coverage generated by
288288
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
289-
at 2025-04-11T12:59:21.306Z
289+
at 2025-04-11T13:08:47.922Z
290290
</div>
291291
<script src="../../../../prettify.js"></script>
292292
<script>

blas/base/dgbmv/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
175175
<div class='footer quiet pad2 space-top1 center small'>
176176
Code coverage generated by
177177
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
178-
at 2025-04-11T12:59:21.306Z
178+
at 2025-04-11T13:08:47.922Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/dgbmv/ndarray.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
370370
<div class='footer quiet pad2 space-top1 center small'>
371371
Code coverage generated by
372372
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
373-
at 2025-04-11T12:59:21.306Z
373+
at 2025-04-11T13:08:47.922Z
374374
</div>
375375
<script src="../../../../prettify.js"></script>
376376
<script>

0 commit comments

Comments
 (0)