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 3a11e54 commit 12a15ecCopy full SHA for 12a15ec
1 file changed
lib/node_modules/@stdlib/blas/base/ggemv/lib/index.js
@@ -30,7 +30,7 @@
30
* var x = [ 1.0, 1.0, 1.0 ];
31
* var y = [ 1.0, 1.0 ];
32
*
33
-* dgemv( 'row-major', 'no-transpose', 2, 3, 1.0, A, 3, x, 1, 1.0, y, 1 );
+* ggemv( 'row-major', 'no-transpose', 2, 3, 1.0, A, 3, x, 1, 1.0, y, 1 );
34
* // y => [ 7.0, 16.0 ]
35
36
* @example
0 commit comments