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/array/base/one-to/README.md
+15
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,13 @@ console.log( y );
116
116
117
117
<sectionclass="related">
118
118
119
+
* * *
120
+
121
+
## See Also
122
+
123
+
- <spanclass="package-name">[`@stdlib/array/base/zero-to`][@stdlib/array/base/zero-to]</span><spanclass="delimiter">: </span><spanclass="description">generate a linearly spaced numeric array whose elements increment by 1 starting from zero.</span>
124
+
- <spanclass="package-name">[`@stdlib/array/base/ones`][@stdlib/array/base/ones]</span><spanclass="delimiter">: </span><spanclass="description">create a generic array filled with ones.</span>
- <spanclass="package-name">[`@stdlib/array/base/zeros`][@stdlib/array/base/zeros]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled generic array.</span>
103
+
- <spanclass="package-name">[`@stdlib/array/base/ones5d`][@stdlib/array/base/ones5d]</span><spanclass="delimiter">: </span><spanclass="description">create a five-dimensional nested array filled with ones.</span>
104
+
- <spanclass="package-name">[`@stdlib/array/base/zeros2d`][@stdlib/array/base/zeros2d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled two-dimensional nested array.</span>
105
+
- <spanclass="package-name">[`@stdlib/array/base/zeros3d`][@stdlib/array/base/zeros3d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled three-dimensional nested array.</span>
106
+
- <spanclass="package-name">[`@stdlib/array/base/zeros4d`][@stdlib/array/base/zeros4d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled four-dimensional nested array.</span>
107
+
- <spanclass="package-name">[`@stdlib/array/base/zerosnd`][@stdlib/array/base/zerosnd]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled n-dimensional nested array.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/ext/base/gapxsumkbn2/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -175,10 +175,10 @@ console.log( v );
175
175
176
176
## See Also
177
177
178
-
- <spanclass="package-name">[`@stdlib/blas/ext/base/dapxsumkbn2`][@stdlib/blas/ext/base/dapxsumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">adds a constant to each double-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.</span>
179
-
- <spanclass="package-name">[`@stdlib/blas/ext/base/gapxsum`][@stdlib/blas/ext/base/gapxsum]</span><spanclass="delimiter">: </span><spanclass="description">adds a constant to each strided array element and computes the sum.</span>
178
+
- <spanclass="package-name">[`@stdlib/blas/ext/base/dapxsumkbn2`][@stdlib/blas/ext/base/dapxsumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">add a scalar constant to each double-precision floating-point strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.</span>
179
+
- <spanclass="package-name">[`@stdlib/blas/ext/base/gapxsum`][@stdlib/blas/ext/base/gapxsum]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each strided array element and compute the sum.</span>
180
180
- <spanclass="package-name">[`@stdlib/blas/ext/base/gsumkbn2`][@stdlib/blas/ext/base/gsumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.</span>
181
-
- <spanclass="package-name">[`@stdlib/blas/ext/base/sapxsumkbn2`][@stdlib/blas/ext/base/sapxsumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">adds a constant to each single-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.</span>
181
+
- <spanclass="package-name">[`@stdlib/blas/ext/base/sapxsumkbn2`][@stdlib/blas/ext/base/sapxsumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each single-precision floating-point strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/iter/interleave-subarrays/README.md
+11
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,13 @@ while ( true ) {
146
146
147
147
<sectionclass="related">
148
148
149
+
* * *
150
+
151
+
## See Also
152
+
153
+
- <spanclass="package-name">[`@stdlib/ndarray/iter/subarrays`][@stdlib/ndarray/iter/subarrays]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which iterates over each subarray in a stack of subarrays.</span>
154
+
- <spanclass="package-name">[`@stdlib/ndarray/slice`][@stdlib/ndarray/slice]</span><spanclass="delimiter">: </span><spanclass="description">return a read-only view of an input ndarray.</span>
- <spanclass="package-name">[`@stdlib/random/array/weibull`][@stdlib/random/array/weibull]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a Weibull distribution.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/bartlett-test/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ var table = out.print();
209
209
210
210
## See Also
211
211
212
-
- <spanclass="package-name">[`@stdlib/stats/vartest`][@stdlib/stats/vartest]</span><spanclass="delimiter">: </span><spanclass="description">two-sample F-test for equal variances</span>
212
+
- <spanclass="package-name">[`@stdlib/stats/vartest`][@stdlib/stats/vartest]</span><spanclass="delimiter">: </span><spanclass="description">two-sample F-test for equal variances.</span>
213
213
- <spanclass="package-name">[`@stdlib/stats/levene-test`][@stdlib/stats/levene-test]</span><spanclass="delimiter">: </span><spanclass="description">Levene's test for equal variances.</span>
0 commit comments