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 28f46bf commit 0c6bd31Copy full SHA for 0c6bd31
lib/node_modules/@stdlib/blas/base/zdotc/lib/zdotc.js
@@ -38,7 +38,6 @@ var ndarray = require( './ndarray.js' );
38
*
39
* @example
40
* var Complex128Array = require( '@stdlib/array/complex128' );
41
-* var Complex128 = require( '@stdlib/complex/float64/ctor' );
42
* var zdotc = require( '@stdlib/blas/base/zdotc' );
43
44
* var x = new Complex128Array( [ 7.0, -8.0, -1.0, -9.0 ] );
0 commit comments