Skip to content

Commit 7911724

Browse files
committed
Update artifacts
1 parent 1a9a84a commit 7911724

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

blas/base/strmm/base.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
875875
// MAIN //
876876
&nbsp;
877877
/**
878-
* Performs one of the matrix-matrix operations `B = alpha * op(A) * B` or `B = alpha * B * op(A)` where alpha 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`.
878+
* Performs 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`.
879879
*
880880
* @private
881881
* @param {string} side - specifies whether `op( A )` multiplies `B` from the left or right
@@ -1144,7 +1144,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
11441144
<div class='footer quiet pad2 space-top1 center small'>
11451145
Code coverage generated by
11461146
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1147-
at 2025-06-14T07:43:10.003Z
1147+
at 2025-06-14T09:47:31.734Z
11481148
</div>
11491149
<script src="../../../../prettify.js"></script>
11501150
<script>

blas/base/strmm/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[691,691,100,158,158,100,4,4,100,691,691,100,"60ec836fbee8e5caf26d7ce89e6d60e40943ef27","2025-06-14 13:11:40 +0530"]
1+
[691,691,100,158,158,100,4,4,100,691,691,100,"eaad183ff7ac26e28cb9cdef28d5e5dd5d467d13","2025-06-14 15:14:37 +0530"]

blas/base/strmm/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/strmm/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-14T07:43:10.003Z
164+
at 2025-06-14T09:47:31.734Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/strmm/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 = alpha * op(A) * B` or `B = alpha * B * op(A)` where alpha 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 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/strmm
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-14T07:43:10.003Z
277+
at 2025-06-14T09:47:31.734Z
278278
</div>
279279
<script src="../../../../prettify.js"></script>
280280
<script>

blas/base/strmm/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-14T07:43:10.003Z
178+
at 2025-06-14T09:47:31.734Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/strmm/ndarray.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
298298
// MAIN //
299299
&nbsp;
300300
/**
301-
* Performs one of the matrix-matrix operations `B = alpha * op(A) * B` or `B = alpha * B * op(A)` where alpha 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`.
301+
* Performs 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`.
302302
*
303303
* @param {string} side - specifies whether `op( A )` multiplies `B` from the left or right
304304
* @param {string} uplo - specifies whether the upper or lower triangular part of the matrix `A` is supplied
@@ -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-14T07:43:10.003Z
376+
at 2025-06-14T09:47:31.734Z
377377
</div>
378378
<script src="../../../../prettify.js"></script>
379379
<script>

blas/base/strmm/strmm.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
358358
// MAIN //
359359
&nbsp;
360360
/**
361-
* Performs one of the matrix-matrix operations `B = alpha * op(A) * B` or `B = alpha * B * op(A)` where alpha 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`.
361+
* Performs 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`.
362362
*
363363
* @param {string} order - storage layout of `A` and `B`
364364
* @param {string} side - specifies whether `op( A )` multiplies `B` from the left or right
@@ -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-06-14T07:43:10.003Z
460+
at 2025-06-14T09:47:31.734Z
461461
</div>
462462
<script src="../../../../prettify.js"></script>
463463
<script>

0 commit comments

Comments
 (0)