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/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,7 @@ var o = ns;
126
126
- <spanclass="signature">[`dnone( N, x, strideX )`][@stdlib/blas/ext/base/dnone]</span><spanclass="delimiter">: </span><spanclass="description">test whether every element in a double-precision floating-point strided array is falsy.</span>
127
127
- <spanclass="signature">[`doneTo( N, x, strideX )`][@stdlib/blas/ext/base/done-to]</span><spanclass="delimiter">: </span><spanclass="description">fill a double-precision floating-point strided array with linearly spaced numeric elements which increment by `1` starting from one.</span>
128
128
- <spanclass="signature">[`dones( N, x, strideX )`][@stdlib/blas/ext/base/dones]</span><spanclass="delimiter">: </span><spanclass="description">fill a double-precision floating-point strided array with ones.</span>
129
+
- <spanclass="signature">[`dreplicate( N, k, x, strideX, out, strideOut )`][@stdlib/blas/ext/base/dreplicate]</span><spanclass="delimiter">: </span><spanclass="description">replicate each element in a double-precision floating-point strided array a specified number of times.</span>
129
130
- <spanclass="signature">[`drev( N, x, strideX )`][@stdlib/blas/ext/base/drev]</span><spanclass="delimiter">: </span><spanclass="description">reverse a double-precision floating-point strided array in-place.</span>
130
131
- <spanclass="signature">[`drrss( N, x, strideX, y, strideY )`][@stdlib/blas/ext/base/drrss]</span><spanclass="delimiter">: </span><spanclass="description">calculate the square root of the residual sum of squares of two double-precision floating-point strided arrays.</span>
131
132
- <spanclass="signature">[`drss( N, x, strideX, y, strideY )`][@stdlib/blas/ext/base/drss]</span><spanclass="delimiter">: </span><spanclass="description">calculate the residual sum of squares of two double-precision floating-point strided arrays.</span>
@@ -320,6 +321,7 @@ var o = ns;
320
321
- <spanclass="signature">[`snone( N, x, strideX )`][@stdlib/blas/ext/base/snone]</span><spanclass="delimiter">: </span><spanclass="description">test whether every element in a single-precision floating-point strided array is falsy.</span>
321
322
- <spanclass="signature">[`soneTo( N, x, strideX )`][@stdlib/blas/ext/base/sone-to]</span><spanclass="delimiter">: </span><spanclass="description">fill a single-precision floating-point strided array with linearly spaced numeric elements which increment by `1` starting from one.</span>
322
323
- <spanclass="signature">[`sones( N, x, strideX )`][@stdlib/blas/ext/base/sones]</span><spanclass="delimiter">: </span><spanclass="description">fill a single-precision floating-point strided array with ones.</span>
324
+
- <spanclass="signature">[`sreplicate( N, k, x, strideX, out, strideOut )`][@stdlib/blas/ext/base/sreplicate]</span><spanclass="delimiter">: </span><spanclass="description">replicate each single-precision floating-point strided array element a specified number of times.</span>
323
325
- <spanclass="signature">[`srev( N, x, strideX )`][@stdlib/blas/ext/base/srev]</span><spanclass="delimiter">: </span><spanclass="description">reverse a single-precision floating-point strided array in-place.</span>
324
326
- <spanclass="signature">[`ssome( N, k, x, strideX )`][@stdlib/blas/ext/base/ssome]</span><spanclass="delimiter">: </span><spanclass="description">test whether a single-precision floating-point strided array contains at least `k` truthy elements.</span>
325
327
- <spanclass="signature">[`ssort( N, order, x, strideX )`][@stdlib/blas/ext/base/ssort]</span><spanclass="delimiter">: </span><spanclass="description">sort a single-precision floating-point strided array.</span>
0 commit comments