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: lib/node_modules/@stdlib/blas/ext/base/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
@@ -124,6 +124,7 @@ var o = ns;
124
124
- <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>
125
125
- <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>
126
126
- <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>
127
+
- <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>
127
128
- <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>
128
129
- <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>
129
130
- <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