Skip to content

Commit 442ed60

Browse files
committed
Update artifacts
1 parent 4b2d927 commit 442ed60

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-18T15:46:32.963Z
1057+
at 2025-06-18T15:47:41.373Z
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,"40230fd5d03f4c8025059036ae8f30f0e372a238","2025-06-18 21:15:29 +0530"]
1+
[670,670,100,107,107,100,5,5,100,670,670,100,"992da865e0bdc45d30a707672496b06386f93654","2025-06-18 21:16:37 +0530"]

blas/base/dsymm/dsymm.js.html

Lines changed: 3 additions & 3 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
* @param {Float64Array} C - third matrix
395395
* @param {PositiveInteger} LDC - stride of the first dimension of `C` (a.k.a., leading dimension of the matrix `C`)
396396
* @throws {TypeError} first argument must be a valid order
397-
* @throws {TypeError} second argument must be a valid transpose operation
398-
* @throws {TypeError} third argument must be a valid transpose operation
397+
* @throws {TypeError} second argument must be a valid side
398+
* @throws {TypeError} third argument must specify whether the lower or upper triangular matrix is supplied.
399399
* @throws {RangeError} fourth argument must be a nonnegative integer
400400
* @throws {RangeError} fifth argument must be a nonnegative integer
401401
* @throws {RangeError} eighth argument must be greater than or equal to max(1,M) when `A` is on the left of `B` and max(1,N) otherwise
@@ -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-18T15:46:32.963Z
493+
at 2025-06-18T15:47:41.373Z
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-18T15:46:32.963Z
164+
at 2025-06-18T15:47:41.373Z
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-18T15:46:32.963Z
289+
at 2025-06-18T15:47:41.373Z
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-18T15:46:32.963Z
178+
at 2025-06-18T15:47:41.373Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/dsymm/ndarray.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-18T15:46:32.963Z
358+
at 2025-06-18T15:47:41.373Z
359359
</div>
360360
<script src="../../../../prettify.js"></script>
361361
<script>

0 commit comments

Comments
 (0)