Skip to content

Commit 3bb1c0c

Browse files
authored
fix: update repl.txt
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent a872d32 commit 3bb1c0c

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/sgbmv/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/sgbmv/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
// Advanced indexing:
7878
> x = new {{alias:@stdlib/array/float32}}( [ 1.0, 1.0, 1.0 ] );
7979
> y = new {{alias:@stdlib/array/float32}}( [ 0.0, 0.0, 0.0 ] );
80-
> A = new {{alias:@stdlib/array/float32}}( [ 0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 0.0 ] );
80+
> A = new {{alias:@stdlib/array/float32}}([ 0.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,0.0 ]);
8181
> {{alias}}( ord, trans, 3, 3, 1, 1, 1.0, A, 3, x, -1, 1.0, y, -1 )
8282
<Float32Array>[ 13.0, 12.0, 3.0 ]
8383

0 commit comments

Comments
 (0)