Skip to content

Commit abba0dd

Browse files
committed
Update artifacts
1 parent 43ca382 commit abba0dd

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

lapack/base/iladlr/base.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
385385
<div class='footer quiet pad2 space-top1 center small'>
386386
Code coverage generated by
387387
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
388-
at 2025-05-23T20:43:23.590Z
388+
at 2025-05-25T20:59:42.483Z
389389
</div>
390390
<script src="../../../../prettify.js"></script>
391391
<script>

lapack/base/iladlr/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[325,327,99.3884,33,34,97.0588,3,3,100,325,327,99.3884,"6a1e297d16177bd58a6e6f1f0961879e74b804a0","2025-05-23 20:42:02 +0000"]
1+
[325,327,99.3884,33,34,97.0588,3,3,100,325,327,99.3884,"00bfabde710d9e792ccf5db4bdc40916d86ff37e","2025-05-26 02:28:45 +0530"]

lapack/base/iladlr/iladlr.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
248248
// MAIN //
249249
&nbsp;
250250
/**
251-
* Performs a series of row interchanges on a matrix `A` using pivot indices stored in `IPIV`.
251+
* Finds the index of the last non zero row in a matrix `A`.
252252
*
253253
* @param {string} order - storage layout
254254
* @param {PositiveInteger} M - number of rows in `A`
@@ -257,7 +257,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
257257
* @param {integer} LDA - stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`)
258258
* @throws {TypeError} first argument must be a valid order
259259
* @throws {RangeError} fifth argument must be greater than or equal to max(1,N)
260-
* @returns {integer} index of the last row
260+
* @returns {integer} index of the last non zero row
261261
*
262262
* @example
263263
* var Float64array = require( '@stdlib/array/float64' );
@@ -298,7 +298,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
298298
<div class='footer quiet pad2 space-top1 center small'>
299299
Code coverage generated by
300300
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
301-
at 2025-05-23T20:43:23.590Z
301+
at 2025-05-25T20:59:42.483Z
302302
</div>
303303
<script src="../../../../prettify.js"></script>
304304
<script>

lapack/base/iladlr/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> lapack/base/iladlr/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-05-23T20:43:23.590Z
164+
at 2025-05-25T20:59:42.483Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

lapack/base/iladlr/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
241241
<div class='footer quiet pad2 space-top1 center small'>
242242
Code coverage generated by
243243
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
244-
at 2025-05-23T20:43:23.590Z
244+
at 2025-05-25T20:59:42.483Z
245245
</div>
246246
<script src="../../../../prettify.js"></script>
247247
<script>

lapack/base/iladlr/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">lapack
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-05-23T20:43:23.590Z
178+
at 2025-05-25T20:59:42.483Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

lapack/base/iladlr/ndarray.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
232232
<div class='footer quiet pad2 space-top1 center small'>
233233
Code coverage generated by
234234
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
235-
at 2025-05-23T20:43:23.590Z
235+
at 2025-05-25T20:59:42.483Z
236236
</div>
237237
<script src="../../../../prettify.js"></script>
238238
<script>

0 commit comments

Comments
 (0)