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/math/strided/ops/add-by/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ limitations under the License.
22
22
23
23
# addBy
24
24
25
-
> Element-wise addition of two strided arrays via a callback function.
25
+
> Element-wise [addition][@stdlib/math/base/ops/add] of two strided arrays via a callback function.
26
26
27
27
<sectionclass="intro">
28
28
@@ -40,7 +40,7 @@ var addBy = require( '@stdlib/math/strided/ops/add-by' );
40
40
41
41
#### addBy( N, x, strideX, y, strideY, z, strideZ, clbk\[, thisArg] )
42
42
43
-
Performs element-wise addition of two strided arrays via a callback function and assigns each result to an element in an output strided array.
43
+
Performs element-wise [addition][@stdlib/math/base/ops/add] of two strided arrays via a callback function and assigns each result to an element in an output strided array.
#### addBy.ndarray( N, x, strideX, offsetX, y, strideY, offsetY, z, strideZ, offsetZ, clbk\[, thisArg] )
139
139
140
-
Performs element-wise addition of two strided arrays via a callback function and assigns each result to an element in an output strided array using alternative indexing semantics.
140
+
Performs element-wise [addition][@stdlib/math/base/ops/add] of two strided arrays via a callback function and assigns each result to an element in an output strided array using alternative indexing semantics.
0 commit comments