Skip to content

Commit eddd4b8

Browse files
committed
Update artifacts
1 parent bab3201 commit eddd4b8

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

blas/base/dtrmm/base.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
11501150
<div class='footer quiet pad2 space-top1 center small'>
11511151
Code coverage generated by
11521152
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1153-
at 2025-06-27T09:07:55.442Z
1153+
at 2025-06-27T10:30:42.834Z
11541154
</div>
11551155
<script src="../../../../prettify.js"></script>
11561156
<script>

blas/base/dtrmm/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[692,692,100,158,158,100,4,4,100,692,692,100,"4896738294f6b0f4dfb38a9d676a2b26d33911d7","2025-06-27 14:36:21 +0530"]
1+
[692,692,100,158,158,100,4,4,100,692,692,100,"bcc82998366a17be11c230fbf688801ab0964a5c","2025-06-27 15:59:43 +0530"]

blas/base/dtrmm/dtrmm.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-27T09:07:55.442Z
457+
at 2025-06-27T10:30:42.834Z
458458
</div>
459459
<script src="../../../../prettify.js"></script>
460460
<script>

blas/base/dtrmm/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/dtrmm/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-27T09:07:55.442Z
164+
at 2025-06-27T10:30:42.834Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/dtrmm/index.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
220220
'use strict';
221221
&nbsp;
222222
/**
223-
* BLAS routine to perform one of the matrix-matrix operations `B = α * op(A) * B` or `B = α * B * op(A)` where `α` is a scalar, `B` is an `M` by `N` matrix, `A` is a unit, or non-unit, upper or lower triangular matrix and `op( A )` is one of `op( A ) = A` or `op( A ) = A**T`.
223+
* BLAS level 3 routine to perform one of the matrix-matrix operations `B = α * op(A) * B` or `B = α * B * op(A)` where `α` is a scalar, `B` is an `M` by `N` matrix, `A` is a unit, or non-unit, upper or lower triangular matrix and `op( A )` is one of `op( A ) = A` or `op( A ) = A**T`.
224224
*
225225
* @module @stdlib/blas/base/dtrmm
226226
*
@@ -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-27T09:07:55.442Z
277+
at 2025-06-27T10:30:42.834Z
278278
</div>
279279
<script src="../../../../prettify.js"></script>
280280
<script>

blas/base/dtrmm/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-27T09:07:55.442Z
178+
at 2025-06-27T10:30:42.834Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/dtrmm/ndarray.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-27T09:07:55.442Z
376+
at 2025-06-27T10:30:42.834Z
377377
</div>
378378
<script src="../../../../prettify.js"></script>
379379
<script>

0 commit comments

Comments
 (0)