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
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,18 +211,15 @@ var o = ns;
211
211
- <spanclass="signature">[`gfindIndex( N, x, strideX, clbk[, thisArg] )`][@stdlib/blas/ext/base/gfind-index]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first element which passes a test implemented by a predicate function.</span>
212
212
- <spanclass="signature">[`gfindLastIndex( N, x, strideX, clbk[, thisArg] )`][@stdlib/blas/ext/base/gfind-last-index]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the last element which passes a test implemented by a predicate function.</span>
213
213
- <spanclass="signature">[`gindexOfColumn( order, M, N, A, LDA, x, strideX )`][@stdlib/blas/ext/base/gindex-of-column]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first column in an input matrix which has the same elements as a provided search vector.</span>
214
-
- <spanclass="signature">[`gindexOfFalsy( N, x, strideX )`][@stdlib/blas/ext/base/gindex-of-falsy]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first falsy element in a strided array.</span>
215
214
- <spanclass="signature">[`gindexOfRow( order, M, N, A, LDA, x, strideX )`][@stdlib/blas/ext/base/gindex-of-row]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first row in an input matrix which has the same elements as a provided search vector.</span>
216
215
- <spanclass="signature">[`gindexOfTruthy( N, x, strideX )`][@stdlib/blas/ext/base/gindex-of-truthy]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first truthy element in a strided array.</span>
217
216
- <spanclass="signature">[`gindexOf( N, searchElement, x, strideX )`][@stdlib/blas/ext/base/gindex-of]</span><spanclass="delimiter">: </span><spanclass="description">return the first index of a specified search element in a strided array.</span>
218
217
- <spanclass="signature">[`gjoinBetween( N, prefix, suffix, x, strideX, separators, strideS )`][@stdlib/blas/ext/base/gjoin-between]</span><spanclass="delimiter">: </span><spanclass="description">return a string by joining strided array elements using a specified separator for each pair of consecutive elements.</span>
219
218
- <spanclass="signature">[`gjoin( N, separator, x, strideX )`][@stdlib/blas/ext/base/gjoin]</span><spanclass="delimiter">: </span><spanclass="description">return a string created by joining strided array elements using a specified separator.</span>
220
219
- <spanclass="signature">[`glastIndexOfRow( order, M, N, A, LDA, x, strideX, workspace, strideW )`][@stdlib/blas/ext/base/glast-index-of-row]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the last row in an input matrix which has the same elements as a provided search vector.</span>
221
-
- <spanclass="signature">[`glastIndexOfTruthy( N, x, strideX )`][@stdlib/blas/ext/base/glast-index-of-truthy]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the last truthy element in a strided array.</span>
222
220
- <spanclass="signature">[`glastIndexOf( N, searchElement, x, strideX )`][@stdlib/blas/ext/base/glast-index-of]</span><spanclass="delimiter">: </span><spanclass="description">return the last index of a specified search element in a strided array.</span>
223
221
- <spanclass="signature">[`glinspace( N, start, stop, endpoint, x, strideX )`][@stdlib/blas/ext/base/glinspace]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with linearly spaced values over a specified interval.</span>
224
222
- <spanclass="signature">[`gminheapSiftDown( N, index, value, x, strideX )`][@stdlib/blas/ext/base/gminheap-sift-down]</span><spanclass="delimiter">: </span><spanclass="description">sift a value down from a specified index in a strided min-heap until the heap property is restored.</span>
225
-
- <spanclass="signature">[`gminheapify( N, x, strideX )`][@stdlib/blas/ext/base/gminheapify]</span><spanclass="delimiter">: </span><spanclass="description">convert a strided array to a min-heap.</span>
226
223
- <spanclass="signature">[`gmskrev( N, x, strideX, mask, strideMask )`][@stdlib/blas/ext/base/gmskrev]</span><spanclass="delimiter">: </span><spanclass="description">reverse a strided array in-place according to a mask.</span>
227
224
- <spanclass="signature">[`gnancount( N, x, strideX )`][@stdlib/blas/ext/base/gnancount]</span><spanclass="delimiter">: </span><spanclass="description">calculate the number of non-`NaN` elements in a strided array.</span>
228
225
- <spanclass="signature">[`gnannsumkbn( N, x, strideX, out, strideOut )`][@stdlib/blas/ext/base/gnannsumkbn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of strided array elements, ignoring `NaN` values and using an improved Kahan–Babuška algorithm.</span>
@@ -296,7 +293,6 @@ var o = ns;
296
293
- <spanclass="signature">[`slastIndexOfRow( order, M, N, A, LDA, x, strideX, workspace, strideW )`][@stdlib/blas/ext/base/slast-index-of-row]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the last row in a single-precision floating-point input matrix which has the same elements as a provided search vector.</span>
297
294
- <spanclass="signature">[`slastIndexOf( N, searchElement, x, strideX )`][@stdlib/blas/ext/base/slast-index-of]</span><spanclass="delimiter">: </span><spanclass="description">return the last index of a specified search element in a single-precision floating-point strided array.</span>
298
295
- <spanclass="signature">[`slinspace( N, start, stop, endpoint, x, strideX )`][@stdlib/blas/ext/base/slinspace]</span><spanclass="delimiter">: </span><spanclass="description">fill a single-precision floating-point strided array with linearly spaced values over a specified interval.</span>
299
-
- <spanclass="signature">[`sminheapSiftDown( N, index, value, x, strideX )`][@stdlib/blas/ext/base/sminheap-sift-down]</span><spanclass="delimiter">: </span><spanclass="description">sift a value down from a specified index in a single-precision floating-point strided min-heap until the heap property is restored.</span>
300
296
- <spanclass="signature">[`smskrev( N, x, strideX, mask, strideMask )`][@stdlib/blas/ext/base/smskrev]</span><spanclass="delimiter">: </span><spanclass="description">reverse a single-precision floating-point strided array in-place according to a mask.</span>
301
297
- <spanclass="signature">[`snancount( N, x, strideX )`][@stdlib/blas/ext/base/snancount]</span><spanclass="delimiter">: </span><spanclass="description">calculate the number of non-`NaN` elements in a single-precision floating-point strided array.</span>
302
298
- <spanclass="signature">[`snansum( N, x, strideX )`][@stdlib/blas/ext/base/snansum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision floating-point strided array elements, ignoring `NaN` values.</span>
0 commit comments