Skip to content

Commit 964e482

Browse files
committed
Update artifacts
1 parent e614efb commit 964e482

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

lapack/base/iladlr/base.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
379379
// MAIN //
380380
&nbsp;
381381
/**
382-
* Finds the index of the last non-zero row in a matrix `A`.
382+
* Returns the index of the last non-zero row in a matrix `A`.
383383
*
384384
* ## Notes
385385
*
@@ -502,7 +502,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
502502
<div class='footer quiet pad2 space-top1 center small'>
503503
Code coverage generated by
504504
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
505-
at 2025-06-05T08:08:07.311Z
505+
at 2025-06-05T08:14:14.516Z
506506
</div>
507507
<script src="../../../../prettify.js"></script>
508508
<script>

lapack/base/iladlr/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[364,366,99.4536,34,35,97.1429,3,3,100,364,366,99.4536,"9ce890f4bca934d4e38c46eb30684576537847ef","2025-06-05 01:06:37 -0700"]
1+
[364,366,99.4536,34,35,97.1429,3,3,100,364,366,99.4536,"e5cc457d043b7e3259695b74a3843a02ddf8de16","2025-06-05 01:12:46 -0700"]

lapack/base/iladlr/iladlr.js.html

Lines changed: 2 additions & 2 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-
* Finds the index of the last non-zero row in a matrix `A`.
251+
* Returns 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`
@@ -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-06-05T08:08:07.311Z
301+
at 2025-06-05T08:14:14.516Z
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-06-05T08:08:07.311Z
164+
at 2025-06-05T08:14:14.516Z
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-06-05T08:08:07.311Z
244+
at 2025-06-05T08:14:14.516Z
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-06-05T08:08:07.311Z
178+
at 2025-06-05T08:14:14.516Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

lapack/base/iladlr/ndarray.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
199199
// MAIN //
200200
&nbsp;
201201
/**
202-
* Finds the index of the last non-zero row in a matrix `A` using alternative indexing semantics.
202+
* Returns the index of the last non-zero row in a matrix `A` using alternative indexing semantics.
203203
*
204204
* @param {PositiveInteger} M - number of rows in `A`
205205
* @param {PositiveInteger} N - number of columns in `A`
@@ -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-06-05T08:08:07.311Z
235+
at 2025-06-05T08:14:14.516Z
236236
</div>
237237
<script src="../../../../prettify.js"></script>
238238
<script>

0 commit comments

Comments
 (0)