Skip to content

Commit 85222e6

Browse files
committed
Update artifacts
1 parent 380fffb commit 85222e6

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

blas/base/strsm/base.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
947947
* @private
948948
* @param {string} side - specifies whether `op( A )` appears on the left or right of `X`
949949
* @param {string} uplo - specifies whether the upper or lower triangular part of the matrix `A` is supplied
950-
* @param {string} transa - specifies the form of `op( A )` to be used in matrix multiplication
950+
* @param {string} transa - specifies whether `op( A )` should be transposed, conjugate-transposed, or not transposed
951951
* @param {string} diag - specifies whether or not `A` is unit triangular
952952
* @param {NonNegativeInteger} M - number of rows in `B`
953953
* @param {NonNegativeInteger} N - number of columns in `B`
@@ -1246,7 +1246,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
12461246
<div class='footer quiet pad2 space-top1 center small'>
12471247
Code coverage generated by
12481248
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1249-
at 2025-06-15T13:33:14.660Z
1249+
at 2025-06-15T15:32:39.729Z
12501250
</div>
12511251
<script src="../../../../prettify.js"></script>
12521252
<script>

blas/base/strsm/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[724,724,100,173,173,100,4,4,100,724,724,100,"0c5e3a5defc609c875c669ef35d0610f56bdc30f","2025-06-15 19:01:43 +0530"]
1+
[724,724,100,173,173,100,4,4,100,724,724,100,"c1a30dff9b09a8da1e8fc34d059abcea7b3f1e36","2025-06-15 21:00:15 +0530"]

blas/base/strsm/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/strsm/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-15T13:33:14.660Z
164+
at 2025-06-15T15:32:39.729Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/strsm/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
274274
<div class='footer quiet pad2 space-top1 center small'>
275275
Code coverage generated by
276276
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
277-
at 2025-06-15T13:33:14.660Z
277+
at 2025-06-15T15:32:39.729Z
278278
</div>
279279
<script src="../../../../prettify.js"></script>
280280
<script>

blas/base/strsm/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-15T13:33:14.660Z
178+
at 2025-06-15T15:32:39.729Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/strsm/ndarray.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
302302
*
303303
* @param {string} side - specifies whether `op( A )` appears on the left or right of `X`
304304
* @param {string} uplo - specifies whether the upper or lower triangular part of the matrix `A` is supplied
305-
* @param {string} transa - specifies the form of `op( A )` to be used in matrix multiplication
305+
* @param {string} transa - specifies whether `op( A )` should be transposed, conjugate-transposed, or not transposed
306306
* @param {string} diag - specifies whether or not `A` is unit triangular
307307
* @param {NonNegativeInteger} M - number of rows in `B`
308308
* @param {NonNegativeInteger} N - number of columns in `B`
@@ -373,7 +373,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
373373
<div class='footer quiet pad2 space-top1 center small'>
374374
Code coverage generated by
375375
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
376-
at 2025-06-15T13:33:14.660Z
376+
at 2025-06-15T15:32:39.729Z
377377
</div>
378378
<script src="../../../../prettify.js"></script>
379379
<script>

blas/base/strsm/strsm.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
360360
* @param {string} order - storage layout of `A` and `B`
361361
* @param {string} side - specifies whether `op( A )` appears on the left or right of `X`
362362
* @param {string} uplo - specifies whether the upper or lower triangular part of the matrix `A` is supplied
363-
* @param {string} transa - specifies the form of `op( A )` to be used in matrix multiplication
363+
* @param {string} transa - specifies whether `op( A )` should be transposed, conjugate-transposed, or not transposed
364364
* @param {string} diag - specifies whether or not `A` is unit triangular
365365
* @param {NonNegativeInteger} M - number of rows in `B`
366366
* @param {NonNegativeInteger} N - number of columns in `B`
@@ -454,7 +454,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
454454
<div class='footer quiet pad2 space-top1 center small'>
455455
Code coverage generated by
456456
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
457-
at 2025-06-15T13:33:14.660Z
457+
at 2025-06-15T15:32:39.729Z
458458
</div>
459459
<script src="../../../../prettify.js"></script>
460460
<script>

0 commit comments

Comments
 (0)