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 90a8006 commit 58795dfCopy full SHA for 58795df
lib/node_modules/@stdlib/blas/base/zdotc/examples/index.js
@@ -33,7 +33,7 @@ console.log( x.toString() );
33
var y = filledarrayBy( 10, 'complex128', rand );
34
console.log( y.toString() );
35
36
-// Perform dot product of x and y
+// Perform dot product of x and y:
37
var z = zdotc( x.length, x, 1, y, 1 );
38
console.log( z );
39
0 commit comments