Skip to content

Commit 4faae22

Browse files
committed
Update artifacts
1 parent c5d6cc4 commit 4faae22

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

blas/base/dtrsm/base.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -949,11 +949,11 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
949949
* @param {NonNegativeInteger} M - number of rows in `B`
950950
* @param {NonNegativeInteger} N - number of columns in `B`
951951
* @param {number} alpha - scalar constant
952-
* @param {Float64Array} A - input matrix `A`
952+
* @param {Float64Array} A - first matrix
953953
* @param {integer} strideA1 - stride of the first dimension of `A`
954954
* @param {integer} strideA2 - stride of the second dimension of `A`
955955
* @param {NonNegativeInteger} offsetA - starting index for `A`
956-
* @param {Float64Array} B - input matrix `B`
956+
* @param {Float64Array} B - second matrix
957957
* @param {integer} strideB1 - stride of the first dimension of `B`
958958
* @param {integer} strideB2 - stride of the second dimension of `B`
959959
* @param {NonNegativeInteger} offsetB - starting index for `B`
@@ -1243,7 +1243,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
12431243
<div class='footer quiet pad2 space-top1 center small'>
12441244
Code coverage generated by
12451245
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1246-
at 2025-08-01T06:50:28.652Z
1246+
at 2025-08-01T06:54:51.196Z
12471247
</div>
12481248
<script src="../../../../prettify.js"></script>
12491249
<script>

blas/base/dtrsm/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,"81127f3ee13e9073aca87354b89f94e13e93ea77","2025-08-01 12:18:09 +0530"]
1+
[724,724,100,173,173,100,4,4,100,724,724,100,"5f16c857b81148380ab180997edb06b29aac7b0b","2025-08-01 12:23:26 +0530"]

blas/base/dtrsm/dtrsm.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
368368
* @param {NonNegativeInteger} M - number of rows in `B`
369369
* @param {NonNegativeInteger} N - number of columns in `B`
370370
* @param {number} alpha - scalar constant
371-
* @param {Float64Array} A - input matrix `A`
371+
* @param {Float64Array} A - first matrix
372372
* @param {NonNegativeInteger} LDA - stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`)
373-
* @param {Float64Array} B - input matrix `B`
373+
* @param {Float64Array} B - second matrix
374374
* @param {NonNegativeInteger} LDB - stride of the first dimension of `B` (a.k.a., leading dimension of the matrix `B`)
375375
* @throws {TypeError} first argument must be a valid order
376376
* @throws {TypeError} second argument must be a valid side
@@ -457,7 +457,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
457457
<div class='footer quiet pad2 space-top1 center small'>
458458
Code coverage generated by
459459
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
460-
at 2025-08-01T06:50:28.652Z
460+
at 2025-08-01T06:54:51.196Z
461461
</div>
462462
<script src="../../../../prettify.js"></script>
463463
<script>

blas/base/dtrsm/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/dtrsm/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-08-01T06:50:28.652Z
164+
at 2025-08-01T06:54:51.196Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/dtrsm/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-08-01T06:50:28.652Z
277+
at 2025-08-01T06:54:51.196Z
278278
</div>
279279
<script src="../../../../prettify.js"></script>
280280
<script>

blas/base/dtrsm/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-08-01T06:50:28.652Z
178+
at 2025-08-01T06:54:51.196Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/dtrsm/ndarray.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
307307
* @param {NonNegativeInteger} M - number of rows in `B`
308308
* @param {NonNegativeInteger} N - number of columns in `B`
309309
* @param {number} alpha - scalar constant
310-
* @param {Float64Array} A - input matrix `A`
310+
* @param {Float64Array} A - first matrix
311311
* @param {integer} strideA1 - stride of the first dimension of `A`
312312
* @param {integer} strideA2 - stride of the second dimension of `A`
313313
* @param {NonNegativeInteger} offsetA - starting index for `A`
@@ -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-08-01T06:50:28.652Z
376+
at 2025-08-01T06:54:51.196Z
377377
</div>
378378
<script src="../../../../prettify.js"></script>
379379
<script>

0 commit comments

Comments
 (0)