Skip to content

Commit 4b23656

Browse files
ShabiShett07kgryte
andauthored
chore: minor clean-up
Co-authored-by: Athan <[email protected]> Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent b7b286d commit 4b23656

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/blas/base/wasm/scasum/benchmark/benchmark.module.main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ function createBenchmark( len ) {
8888
// Define a pointer (i.e., byte offset) for storing the input vector:
8989
xptr = 0;
9090

91+
// Generate an array of random complex numbers:
9192
// Generate an array of random complex numbers:
9293
x = new Complex64Array( uniform( N, -10.0, 10.0, options ) );
9394

0 commit comments

Comments
 (0)