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
@@ -157,6 +157,7 @@ var o = ns;
157
157
- <spanclass="signature">[`gfill( N, alpha, x, strideX )`][@stdlib/blas/ext/base/gfill]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with a specified scalar constant.</span>
158
158
- <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>
159
159
- <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>
160
+
- <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>
160
161
- <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>
161
162
- <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>
162
163
- <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>
0 commit comments