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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ var o = ns;
77
77
<divclass="namespace-toc">
78
78
79
79
- <spanclass="signature">[`cfill( N, alpha, x, strideX )`][@stdlib/blas/ext/base/cfill]</span><spanclass="delimiter">: </span><spanclass="description">fill a single-precision complex floating-point strided array with a specified scalar constant.</span>
80
+
- <spanclass="signature">[`cindexOfRow( order, M, N, A, LDA, x, strideX, workspace, strideW )`][@stdlib/blas/ext/base/cindex-of-row]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first row in a single-precision complex floating-point input matrix which has the same elements as a provided search vector.</span>
80
81
- <spanclass="signature">[`csum( N, x, strideX )`][@stdlib/blas/ext/base/csum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision complex floating-point strided array elements.</span>
81
82
- <spanclass="signature">[`csumkbn( N, x, strideX )`][@stdlib/blas/ext/base/csumkbn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision complex floating-point strided array elements using an improved Kahan–Babuška algorithm.</span>
82
83
- <spanclass="signature">[`czeroTo( N, x, strideX )`][@stdlib/blas/ext/base/czero-to]</span><spanclass="delimiter">: </span><spanclass="description">fill a single-precision complex floating-point strided array with linearly spaced numeric elements which increment by `1` starting from zero.</span>
@@ -171,6 +172,7 @@ var o = ns;
171
172
- <spanclass="signature">[`gnansumkbn2( N, x, strideX )`][@stdlib/blas/ext/base/gnansumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.</span>
172
173
- <spanclass="signature">[`gnansumors( N, x, strideX )`][@stdlib/blas/ext/base/gnansumors]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of strided array elements, ignoring `NaN` values and using ordinary recursive summation.</span>
173
174
- <spanclass="signature">[`gnansumpw( N, x, strideX )`][@stdlib/blas/ext/base/gnansumpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of strided array elements, ignoring `NaN` values and using pairwise summation.</span>
175
+
- <spanclass="signature">[`goneTo( N, x, strideX )`][@stdlib/blas/ext/base/gone-to]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with linearly spaced numeric elements which increment by `1` starting from one.</span>
174
176
- <spanclass="signature">[`grev( N, x, strideX )`][@stdlib/blas/ext/base/grev]</span><spanclass="delimiter">: </span><spanclass="description">reverse a strided array in-place.</span>
175
177
- <spanclass="signature">[`gsort( N, order, x, strideX )`][@stdlib/blas/ext/base/gsort]</span><spanclass="delimiter">: </span><spanclass="description">sort a strided array.</span>
176
178
- <spanclass="signature">[`gsort2hp( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/gsort2hp]</span><spanclass="delimiter">: </span><spanclass="description">simultaneously sort two strided arrays based on the sort order of the first array using heapsort.</span>
@@ -232,6 +234,7 @@ var o = ns;
232
234
- <spanclass="signature">[`wasm`][@stdlib/blas/ext/base/wasm]</span><spanclass="delimiter">: </span><spanclass="description">extensions to basic linear algebra subprograms (BLAS) compiled to WebAssembly.</span>
233
235
- <spanclass="signature">[`zfill( N, alpha, x, strideX )`][@stdlib/blas/ext/base/zfill]</span><spanclass="delimiter">: </span><spanclass="description">fill a double-precision complex floating-point strided array with a specified scalar constant.</span>
234
236
- <spanclass="signature">[`zindexOfRow( order, M, N, A, LDA, x, strideX, workspace, strideW )`][@stdlib/blas/ext/base/zindex-of-row]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first row in a double-precision complex floating-point input matrix which has the same elements as a provided search vector.</span>
237
+
- <spanclass="signature">[`zoneTo( N, x, strideX )`][@stdlib/blas/ext/base/zone-to]</span><spanclass="delimiter">: </span><spanclass="description">fill a double-precision complex floating-point strided array with linearly spaced numeric elements which increment by `1` starting from one.</span>
235
238
- <spanclass="signature">[`zsum( N, x, strideX )`][@stdlib/blas/ext/base/zsum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of double-precision complex floating-point strided array elements.</span>
236
239
- <spanclass="signature">[`zsumkbn( N, x, strideX )`][@stdlib/blas/ext/base/zsumkbn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of double-precision complex floating-point strided array elements using an improved Kahan–Babuška algorithm.</span>
237
240
- <spanclass="signature">[`zzeroTo( N, x, strideX )`][@stdlib/blas/ext/base/zzero-to]</span><spanclass="delimiter">: </span><spanclass="description">fill a double-precision complex floating-point strided array with linearly spaced numeric elements which increment by `1` starting from zero.</span>
0 commit comments