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 150acca commit 4b77044Copy full SHA for 4b77044
lib/node_modules/@stdlib/blas/base/zdotc/examples/index.js
@@ -37,7 +37,6 @@ console.log( y.toString() );
37
var z = zdotc( x.length, x, 1, y, 1 );
38
console.log( z );
39
40
-// Perform dot product of x and y using alternative indexing semantics:
41
// Perform dot product of x and y using alternative indexing semantics:
42
z = zdotc.ndarray( x.length, x, 1, 0, y, 1, 0 );
43
0 commit comments