Skip to content

Commit 14b1973

Browse files
committed
Update artifacts
1 parent 028f78b commit 14b1973

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

blas/ddot/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[216,216,100,25,25,100,1,1,100,216,216,100,"0eaf8b6263017bfe14c1b8769dfd885a19d1778e","2024-08-16 21:38:14 -0700"]
2+
[216,216,100,25,25,100,1,1,100,216,216,100,"2a829d50b613f211dd81a47dc10f4a77b652b3d9","2024-09-08 15:57:18 -0700"]

blas/ddot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1><a href="../../../index.html">All files</a> blas/ddot/lib</h1>
116116
<div class='footer quiet pad2 space-top1 center small'>
117117
Code coverage generated by
118118
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119-
at 2024-08-17T04:42:31.439Z
119+
at 2024-09-08T22:59:27.256Z
120120
</div>
121121
<script src="../../../prettify.js"></script>
122122
<script>

blas/ddot/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">blas/ddot
214214
<div class='footer quiet pad2 space-top1 center small'>
215215
Code coverage generated by
216216
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
217-
at 2024-08-17T04:42:31.439Z
217+
at 2024-09-08T22:59:27.256Z
218218
</div>
219219
<script src="../../../prettify.js"></script>
220220
<script>

blas/ddot/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">blas/ddot
442442
*
443443
* @param {ndarrayLike} x - first input array
444444
* @param {ndarrayLike} y - second input array
445-
* @param {NegativeInteger} dim - dimension for which to compute the dot product
445+
* @param {NegativeInteger} [dim] - dimension for which to compute the dot product
446446
* @throws {TypeError} first argument must be a ndarray containing double-precision floating-point numbers
447447
* @throws {TypeError} first argument must have at least one dimension
448448
* @throws {TypeError} second argument must be a ndarray containing double-precision floating-point numbers
@@ -574,7 +574,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">blas/ddot
574574
<div class='footer quiet pad2 space-top1 center small'>
575575
Code coverage generated by
576576
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
577-
at 2024-08-17T04:42:31.439Z
577+
at 2024-09-08T22:59:27.256Z
578578
</div>
579579
<script src="../../../prettify.js"></script>
580580
<script>

0 commit comments

Comments
 (0)