Skip to content

Commit 61aa657

Browse files
committed
Update artifacts
1 parent fab0c8e commit 61aa657

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

blas/base/zdotc/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[247,247,100,14,14,100,2,2,100,247,247,100,"3b21b660dd559a79d14153a93fcf581b0065d5a9","2025-06-13 05:10:52 +0000"]
1+
[247,247,100,14,14,100,2,2,100,247,247,100,"d4a3658f408d7fbf7c1da308e6318f4382274f82","2025-06-13 11:25:55 +0530"]

blas/base/zdotc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1><a href="../../../../index.html">All files</a> blas/base/zdotc/lib</h1>
146146
<div class='footer quiet pad2 space-top1 center small'>
147147
Code coverage generated by
148148
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149-
at 2025-06-13T05:12:35.895Z
149+
at 2025-06-13T05:56:54.827Z
150150
</div>
151151
<script src="../../../../prettify.js"></script>
152152
<script>

blas/base/zdotc/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
283283
<div class='footer quiet pad2 space-top1 center small'>
284284
Code coverage generated by
285285
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
286-
at 2025-06-13T05:12:35.895Z
286+
at 2025-06-13T05:56:54.827Z
287287
</div>
288288
<script src="../../../../prettify.js"></script>
289289
<script>

blas/base/zdotc/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-13T05:12:35.895Z
178+
at 2025-06-13T05:56:54.827Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/zdotc/ndarray.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
241241
&nbsp;
242242
// MODULES //
243243
&nbsp;
244-
var zmul = require( '@stdlib/complex/float64/base/mul' );
245-
var zadd = require( '@stdlib/complex/float64/base/add' );
244+
var mul = require( '@stdlib/complex/float64/base/mul' );
245+
var add = require( '@stdlib/complex/float64/base/add' );
246246
var conj = require( '@stdlib/complex/float64/conj' );
247247
var Complex128 = require( '@stdlib/complex/float64/ctor' );
248248
&nbsp;
@@ -286,7 +286,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
286286
iy = offsetY;
287287
for ( i = 0; i &lt; N; i++ ) {
288288
conjX = conj( x.get( ix ) );
289-
dot = zadd( dot, zmul( conjX, y.get( iy ) ) );
289+
dot = add( dot, mul( conjX, y.get( iy ) ) );
290290
ix += strideX;
291291
iy += strideY;
292292
}
@@ -304,7 +304,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
304304
<div class='footer quiet pad2 space-top1 center small'>
305305
Code coverage generated by
306306
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
307-
at 2025-06-13T05:12:35.895Z
307+
at 2025-06-13T05:56:54.827Z
308308
</div>
309309
<script src="../../../../prettify.js"></script>
310310
<script>

blas/base/zdotc/zdotc.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
259259
<div class='footer quiet pad2 space-top1 center small'>
260260
Code coverage generated by
261261
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
262-
at 2025-06-13T05:12:35.895Z
262+
at 2025-06-13T05:56:54.827Z
263263
</div>
264264
<script src="../../../../prettify.js"></script>
265265
<script>

0 commit comments

Comments
 (0)