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
-[`ec9d82b`](https://github.com/stdlib-js/stdlib/commit/ec9d82b92675431d0f878971fb7200748754c205) - add `coneTo` and `zoneTo` to namespace
@@ -131,6 +132,12 @@
131
132
132
133
<details>
133
134
135
+
-[`6dc0130`](https://github.com/stdlib-js/stdlib/commit/6dc01302b920263a8c8997fc9c30f2962bc2e6c5) - **docs:** update namespace table of contents [(#11350)](https://github.com/stdlib-js/stdlib/pull/11350)_(by stdlib-bot)_
136
+
-[`75860d1`](https://github.com/stdlib-js/stdlib/commit/75860d17ef63bc5920a2fcf5e9db9910e54d7881) - **feat:** add `blas/ext/base/gvander`[(#10934)](https://github.com/stdlib-js/stdlib/pull/10934)_(by Muhammad Haris, Athan Reines)_
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