Skip to content

Commit 4b2d927

Browse files
committed
Update artifacts
1 parent b942458 commit 4b2d927

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

blas/base/dsymm/base.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
10541054
<div class='footer quiet pad2 space-top1 center small'>
10551055
Code coverage generated by
10561056
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1057-
at 2025-06-17T05:39:51.959Z
1057+
at 2025-06-18T15:46:32.963Z
10581058
</div>
10591059
<script src="../../../../prettify.js"></script>
10601060
<script>

blas/base/dsymm/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[670,670,100,107,107,100,5,5,100,670,670,100,"45783cb28ec8baf6797751dde66b8baedce6651a","2025-06-17 05:38:49 +0000"]
1+
[670,670,100,107,107,100,5,5,100,670,670,100,"40230fd5d03f4c8025059036ae8f30f0e372a238","2025-06-18 21:15:29 +0530"]

blas/base/dsymm/dsymm.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
490490
<div class='footer quiet pad2 space-top1 center small'>
491491
Code coverage generated by
492492
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
493-
at 2025-06-17T05:39:51.959Z
493+
at 2025-06-18T15:46:32.963Z
494494
</div>
495495
<script src="../../../../prettify.js"></script>
496496
<script>

blas/base/dsymm/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/dsymm/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-06-17T05:39:51.959Z
164+
at 2025-06-18T15:46:32.963Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/dsymm/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-06-17T05:39:51.959Z
289+
at 2025-06-18T15:46:32.963Z
290290
</div>
291291
<script src="../../../../prettify.js"></script>
292292
<script>

blas/base/dsymm/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-06-17T05:39:51.959Z
178+
at 2025-06-18T15:46:32.963Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/dsymm/ndarray.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
304304
* @param {integer} strideC1 - stride of the first dimension of `C`
305305
* @param {integer} strideC2 - stride of the second dimension of `C`
306306
* @param {NonNegativeInteger} offsetC - starting index for `C`
307-
* @throws {TypeError} first argument must be a valid transpose operation
308-
* @throws {TypeError} second argument must be a valid transpose operation
307+
* @throws {TypeError} first argument must be a valid side
308+
* @throws {TypeError} second argument must specify whether the lower or upper triangular matrix is supplied.
309309
* @throws {RangeError} third argument must be a nonnegative integer
310310
* @throws {RangeError} fourth argument must be a nonnegative integer
311311
* @throws {RangeError} sixteenth argument must be non-zero
@@ -355,7 +355,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
355355
<div class='footer quiet pad2 space-top1 center small'>
356356
Code coverage generated by
357357
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
358-
at 2025-06-17T05:39:51.959Z
358+
at 2025-06-18T15:46:32.963Z
359359
</div>
360360
<script src="../../../../prettify.js"></script>
361361
<script>

0 commit comments

Comments
 (0)