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: ext/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
@@ -51,6 +51,7 @@ The namespace contains the following:
51
51
- <spanclass="signature">[`findLastIndex( x[, options], clbk[, thisArg] )`][@stdlib/blas/ext/find-last-index]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the last element along an ndarray dimension which passes a test implemented by a predicate function.</span>
52
52
- <spanclass="signature">[`indexOf( x, searchElement[, fromIndex][, options] )`][@stdlib/blas/ext/index-of]</span><spanclass="delimiter">: </span><spanclass="description">return the first index of a specified search element along an ndarray dimension.</span>
53
53
- <spanclass="signature">[`lastIndexOf( x, searchElement[, fromIndex][, options] )`][@stdlib/blas/ext/last-index-of]</span><spanclass="delimiter">: </span><spanclass="description">return the last index of a specified search element along an ndarray dimension.</span>
54
+
- <spanclass="signature">[`linspace( shape, start, stop[, endpoint][, options] )`][@stdlib/blas/ext/linspace]</span><spanclass="delimiter">: </span><spanclass="description">return a new ndarray filled with linearly spaced values over a specified interval along one or more ndarray dimensions.</span>
54
55
- <spanclass="signature">[`sorthp( x[, sortOrder][, options] )`][@stdlib/blas/ext/sorthp]</span><spanclass="delimiter">: </span><spanclass="description">sort an input ndarray along one or more ndarray dimensions using heapsort.</span>
55
56
- <spanclass="signature">[`sum( x[, options] )`][@stdlib/blas/ext/sum]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum along one or more ndarray dimensions.</span>
56
57
- <spanclass="signature">[`toSortedhp( x[, sortOrder][, options] )`][@stdlib/blas/ext/to-sortedhp]</span><spanclass="delimiter">: </span><spanclass="description">return a new ndarray containing the elements of an input ndarray sorted along one or more ndarray dimensions using heapsort.</span>
0 commit comments