You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/ext/base/saxpb/lib/ndarray.native.js
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ var addon = require( './../src/addon.node' );
28
28
/**
29
29
* Multiplies each element in a single-precision floating-point strided array by a scalar constant and adds a scalar constant to each result using alternative indexing semantics.
30
30
*
31
-
* @private
32
31
* @param {PositiveInteger} N - number of indexed elements
0 commit comments