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 95d61ed commit 1d666a6Copy full SHA for 1d666a6
lib/node_modules/@stdlib/blas/ddot/lib/main.js
@@ -41,7 +41,7 @@ var format = require( '@stdlib/string/format' );
41
*
42
* @param {ndarrayLike} x - first input array
43
* @param {ndarrayLike} y - second input array
44
-* @param {NegativeInteger} dim - dimension for which to compute the dot product
+* @param {NegativeInteger} [dim] - dimension for which to compute the dot product
45
* @throws {TypeError} first argument must be a ndarray containing double-precision floating-point numbers
46
* @throws {TypeError} first argument must have at least one dimension
47
* @throws {TypeError} second argument must be a ndarray containing double-precision floating-point numbers
0 commit comments