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/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
@@ -62,6 +62,7 @@ var o = blas;
62
62
- <spanclass="signature">[`dscal( N, alpha, x, stride )`][@stdlib/blas/base/dscal]</span><spanclass="delimiter">: </span><spanclass="description">multiply a double-precision floating-point vector `x` by a constant `alpha`.</span>
63
63
- <spanclass="signature">[`dsdot( N, x, strideX, y, strideY )`][@stdlib/blas/base/dsdot]</span><spanclass="delimiter">: </span><spanclass="description">calculate the dot product with extended accumulation and result of two single-precision floating-point vectors.</span>
64
64
- <spanclass="signature">[`dswap( N, x, strideX, y, strideY )`][@stdlib/blas/base/dswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two double-precision floating-point vectors.</span>
65
+
- <spanclass="signature">[`dzasum( N, x, strideX )`][@stdlib/blas/base/dzasum]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of the absolute values of the real and imaginary components of a double-precision complex floating-point strided array.</span>
65
66
- <spanclass="signature">[`dznrm2( N, x, strideX )`][@stdlib/blas/base/dznrm2]</span><spanclass="delimiter">: </span><spanclass="description">compute the L2-norm of a double-precision complex floating-point vector.</span>
66
67
- <spanclass="signature">[`gasum( N, x, stride )`][@stdlib/blas/base/gasum]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of absolute values (_L1_ norm).</span>
67
68
- <spanclass="signature">[`gaxpy( N, alpha, x, strideX, y, strideY )`][@stdlib/blas/base/gaxpy]</span><spanclass="delimiter">: </span><spanclass="description">multiply `x` by a constant `alpha` and add the result to `y`.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/array/exponential/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
@@ -356,6 +356,7 @@ logEach( '%f', x4 );
356
356
357
357
## See Also
358
358
359
+
- <spanclass="package-name">[`@stdlib/random/exponential`][@stdlib/random/exponential]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from an exponential distribution.</span>
- <spanclass="package-name">[`@stdlib/random/strided/exponential`][@stdlib/random/strided/exponential]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with pseudorandom numbers drawn from an exponential distribution.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/chi/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
@@ -405,6 +405,7 @@ for ( i = 0; i < 100; i++ ) {
405
405
- <spanclass="package-name">[`@stdlib/random/array/chi`][@stdlib/random/array/chi]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a chi distribution.</span>
406
406
- <spanclass="package-name">[`@stdlib/random/iter/chi`][@stdlib/random/iter/chi]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a chi distribution.</span>
407
407
- <spanclass="package-name">[`@stdlib/random/streams/chi`][@stdlib/random/streams/chi]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a chi distribution.</span>
408
+
- <spanclass="package-name">[`@stdlib/random/chi`][@stdlib/random/chi]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from a chi distribution.</span>
- <spanclass="package-name">[`@stdlib/random/array/bernoulli`][@stdlib/random/array/bernoulli]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a Bernoulli distribution.</span>
367
+
- <spanclass="package-name">[`@stdlib/random/strided/bernoulli`][@stdlib/random/strided/bernoulli]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with pseudorandom numbers drawn from a Bernoulli distribution.</span>
- <spanclass="package-name">[`@stdlib/random/array/binomial`][@stdlib/random/array/binomial]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a binomial distribution.</span>
- <spanclass="package-name">[`@stdlib/random/array/exponential`][@stdlib/random/array/exponential]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from an exponential distribution.</span>
367
+
- <spanclass="package-name">[`@stdlib/random/strided/exponential`][@stdlib/random/strided/exponential]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with pseudorandom numbers drawn from an exponential distribution.</span>
0 commit comments