Skip to content

Commit 5e7bdf1

Browse files
committed
Update artifacts
1 parent 7ceee77 commit 5e7bdf1

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

blas/base/ggemv/accessors.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
551551
* @param {NonNegativeInteger} N - number of columns in the matrix `A`
552552
* @param {number} alpha - scalar constant
553553
* @param {Object} A - output matrix object
554-
* @param {Collection} A.data - output matrix data
554+
* @param {Collection} A.data - input matrix data
555555
* @param {Array&lt;Function&gt;} A.accessors - array element accessors
556556
* @param {integer} strideA1 - stride of the first dimension of `A`
557557
* @param {integer} strideA2 - stride of the second dimension of `A`
@@ -567,7 +567,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
567567
* @param {Array&lt;Function&gt;} y.accessors - array element accessors
568568
* @param {integer} strideY - `y` stride length
569569
* @param {NonNegativeInteger} offsetY - starting index for `y`
570-
* @returns {Object} output array object
570+
* @returns {Object} second input vector object
571571
*
572572
* @example
573573
* var toAccessorArray = require( '@stdlib/array/base/to-accessor-array' );
@@ -706,7 +706,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
706706
<div class='footer quiet pad2 space-top1 center small'>
707707
Code coverage generated by
708708
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
709-
at 2025-07-28T06:06:03.093Z
709+
at 2025-08-02T03:01:29.750Z
710710
</div>
711711
<script src="../../../../prettify.js"></script>
712712
<script>

blas/base/ggemv/base.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
652652
<div class='footer quiet pad2 space-top1 center small'>
653653
Code coverage generated by
654654
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
655-
at 2025-07-28T06:06:03.093Z
655+
at 2025-08-02T03:01:29.750Z
656656
</div>
657657
<script src="../../../../prettify.js"></script>
658658
<script>

blas/base/ggemv/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[685,687,99.7089,100,102,98.0392,6,6,100,685,687,99.7089,"5107c870e3550198e2c24d328393178c6c317037","2025-07-28 06:04:58 +0000"]
1+
[685,687,99.7089,100,102,98.0392,6,6,100,685,687,99.7089,"ea26a3cc2821fb9b8a99c8d21f567a996f829575","2025-08-01 19:57:09 -0700"]

blas/base/ggemv/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/ggemv/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-07-28T06:06:03.093Z
164+
at 2025-08-02T03:01:29.750Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/ggemv/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
259259
<div class='footer quiet pad2 space-top1 center small'>
260260
Code coverage generated by
261261
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
262-
at 2025-07-28T06:06:03.093Z
262+
at 2025-08-02T03:01:29.750Z
263263
</div>
264264
<script src="../../../../prettify.js"></script>
265265
<script>

blas/base/ggemv/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
457457
<div class='footer quiet pad2 space-top1 center small'>
458458
Code coverage generated by
459459
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
460-
at 2025-07-28T06:06:03.093Z
460+
at 2025-08-02T03:01:29.750Z
461461
</div>
462462
<script src="../../../../prettify.js"></script>
463463
<script>

blas/base/ggemv/ndarray.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
337337
<div class='footer quiet pad2 space-top1 center small'>
338338
Code coverage generated by
339339
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
340-
at 2025-07-28T06:06:03.093Z
340+
at 2025-08-02T03:01:29.750Z
341341
</div>
342342
<script src="../../../../prettify.js"></script>
343343
<script>

0 commit comments

Comments
 (0)