Skip to content

Commit e25f528

Browse files
authored
chore: update examples
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent a4a8183 commit e25f528

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/dsbmv/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dsbmv/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var opts = {
2626
};
2727

2828
var N = 3;
29-
var A = [ 1, 2, 3, 4, 5, 0 ];
29+
var A = [ 1.0, 2.0, 3.0, 4.0, 5.0, 0.0 ];
3030

3131
var x = discreteUniform( N, -10, 10, opts );
3232
var y = discreteUniform( N, -10, 10, opts );

0 commit comments

Comments
 (0)