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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,9 @@ var o = ns;
92
92
- <spanclass="signature">[`dediff( N, x, strideX, N1, prepend, strideP, N2, append, strideA, out, strideOut )`][@stdlib/blas/ext/base/dediff]</span><spanclass="delimiter">: </span><spanclass="description">calculate the differences between consecutive elements of a double-precision floating-point strided array.</span>
93
93
- <spanclass="signature">[`dfillEqual( N, searchElement, alpha, x, strideX )`][@stdlib/blas/ext/base/dfill-equal]</span><spanclass="delimiter">: </span><spanclass="description">replace double-precision floating-point strided array elements equal to a provided search element with a specified scalar constant.</span>
94
94
- <spanclass="signature">[`dfillNaN( N, alpha, x, strideX )`][@stdlib/blas/ext/base/dfill-nan]</span><spanclass="delimiter">: </span><spanclass="description">replace double-precision floating-point strided array elements equal to `NaN` with a specified scalar constant.</span>
95
+
- <spanclass="signature">[`dfillNotEqual( N, searchElement, alpha, x, strideX )`][@stdlib/blas/ext/base/dfill-not-equal]</span><spanclass="delimiter">: </span><spanclass="description">replace double-precision floating-point strided array elements not equal to a provided search element with a specified scalar constant.</span>
95
96
- <spanclass="signature">[`dfill( N, alpha, x, strideX )`][@stdlib/blas/ext/base/dfill]</span><spanclass="delimiter">: </span><spanclass="description">fill a double-precision floating-point strided array with a specified scalar constant.</span>
97
+
- <spanclass="signature">[`dfirstIndexEqual( N, x, strideX, y, strideY )`][@stdlib/blas/ext/base/dfirst-index-equal]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first element in a double-precision floating-point strided array equal to a corresponding element in another double-precision floating-point strided array.</span>
96
98
- <spanclass="signature">[`dindexOfColumn( order, M, N, A, LDA, x, strideX, workspace, strideW )`][@stdlib/blas/ext/base/dindex-of-column]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first column in a double-precision floating-point input matrix which has the same elements as a provided search vector.</span>
97
99
- <spanclass="signature">[`dindexOfFalsy( N, x, strideX )`][@stdlib/blas/ext/base/dindex-of-falsy]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first falsy element in a double-precision floating-point strided array.</span>
98
100
- <spanclass="signature">[`dindexOfNotEqual( N, searchElement, x, strideX )`][@stdlib/blas/ext/base/dindex-of-not-equal]</span><spanclass="delimiter">: </span><spanclass="description">return the first index of an element in a double-precision floating-point strided array which is not equal to a specified search element.</span>
@@ -295,6 +297,7 @@ var o = ns;
295
297
- <spanclass="signature">[`sfillNaN( N, alpha, x, strideX )`][@stdlib/blas/ext/base/sfill-nan]</span><spanclass="delimiter">: </span><spanclass="description">replace single-precision floating-point strided array elements equal to `NaN` with a specified scalar constant.</span>
296
298
- <spanclass="signature">[`sfillNotEqual( N, searchElement, alpha, x, strideX )`][@stdlib/blas/ext/base/sfill-not-equal]</span><spanclass="delimiter">: </span><spanclass="description">replace single-precision floating-point strided array elements not equal to a provided search element with a specified scalar constant.</span>
297
299
- <spanclass="signature">[`sfill( N, alpha, x, strideX )`][@stdlib/blas/ext/base/sfill]</span><spanclass="delimiter">: </span><spanclass="description">fill a single-precision floating-point strided array with a specified scalar constant.</span>
300
+
- <spanclass="signature">[`sfirstIndexEqual( N, x, strideX, y, strideY )`][@stdlib/blas/ext/base/sfirst-index-equal]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first element in a single-precision floating-point strided array equal to a corresponding element in another single-precision floating-point strided array.</span>
298
301
- <spanclass="signature">[`sindexOfColumn( order, M, N, A, LDA, x, strideX, workspace, strideW )`][@stdlib/blas/ext/base/sindex-of-column]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first column in a single-precision floating-point input matrix which has the same elements as a provided search vector.</span>
299
302
- <spanclass="signature">[`sindexOfFalsy( N, x, strideX )`][@stdlib/blas/ext/base/sindex-of-falsy]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first falsy element in a single-precision floating-point strided array.</span>
300
303
- <spanclass="signature">[`sindexOfRow( order, M, N, A, LDA, x, strideX, workspace, strideW )`][@stdlib/blas/ext/base/sindex-of-row]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first row in a single-precision floating-point input matrix which has the same elements as a provided search vector.</span>
- <spanclass="signature">[`gammaln( x )`][@stdlib/math/base/special/gammaln]</span><spanclass="delimiter">: </span><spanclass="description">natural logarithm of the gamma function.</span>
353
353
- <spanclass="signature">[`gammasgn( x )`][@stdlib/math/base/special/gammasgn]</span><spanclass="delimiter">: </span><spanclass="description">sign of the gamma function.</span>
354
354
- <spanclass="signature">[`gammasgnf( x )`][@stdlib/math/base/special/gammasgnf]</span><spanclass="delimiter">: </span><spanclass="description">sign of the gamma function for a single-precision floating-point number.</span>
0 commit comments