Skip to content

Commit f757fc5

Browse files
committed
Update artifacts
1 parent cc645d6 commit f757fc5

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

blas/base/ssymm/base.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
10571057
<div class='footer quiet pad2 space-top1 center small'>
10581058
Code coverage generated by
10591059
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1060-
at 2025-06-17T18:41:03.923Z
1060+
at 2025-06-18T15:42:53.423Z
10611061
</div>
10621062
<script src="../../../../prettify.js"></script>
10631063
<script>

blas/base/ssymm/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[672,672,100,107,107,100,5,5,100,672,672,100,"27282aecfa1cebb71d125d4686705d48a43343de","2025-06-18 00:09:27 +0530"]
1+
[672,672,100,107,107,100,5,5,100,672,672,100,"00879f3246e4f153b10f312d3604fa181eb87028","2025-06-18 21:11:49 +0530"]

blas/base/ssymm/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/ssymm/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-17T18:41:03.923Z
164+
at 2025-06-18T15:42:53.423Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/ssymm/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
289289
<div class='footer quiet pad2 space-top1 center small'>
290290
Code coverage generated by
291291
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
292-
at 2025-06-17T18:41:03.923Z
292+
at 2025-06-18T15:42:53.423Z
293293
</div>
294294
<script src="../../../../prettify.js"></script>
295295
<script>

blas/base/ssymm/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-17T18:41:03.923Z
178+
at 2025-06-18T15:42:53.423Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/ssymm/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-17T18:41:03.923Z
358+
at 2025-06-18T15:42:53.423Z
359359
</div>
360360
<script src="../../../../prettify.js"></script>
361361
<script>

blas/base/ssymm/ssymm.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-17T18:41:03.923Z
493+
at 2025-06-18T15:42:53.423Z
494494
</div>
495495
<script src="../../../../prettify.js"></script>
496496
<script>

0 commit comments

Comments
 (0)