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: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,7 @@ var o = ns;
174
174
- <spanclass="signature">[`gnansumors( N, x, strideX )`][@stdlib/blas/ext/base/gnansumors]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of strided array elements, ignoring `NaN` values and using ordinary recursive summation.</span>
175
175
- <spanclass="signature">[`gnansumpw( N, x, strideX )`][@stdlib/blas/ext/base/gnansumpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of strided array elements, ignoring `NaN` values and using pairwise summation.</span>
176
176
- <spanclass="signature">[`goneTo( N, x, strideX )`][@stdlib/blas/ext/base/gone-to]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with linearly spaced numeric elements which increment by `1` starting from one.</span>
177
+
- <spanclass="signature">[`greplicate( N, k, x, strideX, out, strideOut )`][@stdlib/blas/ext/base/greplicate]</span><spanclass="delimiter">: </span><spanclass="description">replicate each strided array element a specified number of times.</span>
177
178
- <spanclass="signature">[`grev( N, x, strideX )`][@stdlib/blas/ext/base/grev]</span><spanclass="delimiter">: </span><spanclass="description">reverse a strided array in-place.</span>
178
179
- <spanclass="signature">[`gsort( N, order, x, strideX )`][@stdlib/blas/ext/base/gsort]</span><spanclass="delimiter">: </span><spanclass="description">sort a strided array.</span>
179
180
- <spanclass="signature">[`gsort2hp( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/gsort2hp]</span><spanclass="delimiter">: </span><spanclass="description">simultaneously sort two strided arrays based on the sort order of the first array using heapsort.</span>
0 commit comments