We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a872d32 commit 3bb1c0cCopy full SHA for 3bb1c0c
lib/node_modules/@stdlib/blas/base/sgbmv/docs/repl.txt
@@ -77,7 +77,7 @@
77
// Advanced indexing:
78
> x = new {{alias:@stdlib/array/float32}}( [ 1.0, 1.0, 1.0 ] );
79
> 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 ] );
+ > A = new {{alias:@stdlib/array/float32}}([ 0.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,0.0 ]);
81
> {{alias}}( ord, trans, 3, 3, 1, 1, 1.0, A, 3, x, -1, 1.0, y, -1 )
82
<Float32Array>[ 13.0, 12.0, 3.0 ]
83
0 commit comments