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/ones/README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,17 @@ console.log( arr );
103
103
104
104
<sectionclass="related">
105
105
106
+
* * *
107
+
108
+
## See Also
109
+
110
+
- <spanclass="package-name">[`@stdlib/array/base/zeros`][@stdlib/array/base/zeros]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled generic array.</span>
111
+
- <spanclass="package-name">[`@stdlib/array/base/ones2d`][@stdlib/array/base/ones2d]</span><spanclass="delimiter">: </span><spanclass="description">create a two-dimensional nested array filled with ones.</span>
112
+
- <spanclass="package-name">[`@stdlib/array/base/ones3d`][@stdlib/array/base/ones3d]</span><spanclass="delimiter">: </span><spanclass="description">create a three-dimensional nested array filled with ones.</span>
113
+
- <spanclass="package-name">[`@stdlib/array/base/ones4d`][@stdlib/array/base/ones4d]</span><spanclass="delimiter">: </span><spanclass="description">create a four-dimensional nested array filled with ones.</span>
114
+
- <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>
115
+
- <spanclass="package-name">[`@stdlib/array/base/onesnd`][@stdlib/array/base/onesnd]</span><spanclass="delimiter">: </span><spanclass="description">create an n-dimensional nested array filled with ones.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/array/base/zeros3d/README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,17 @@ out = zeros3d( [ 1, 3, 1 ] );
95
95
96
96
<sectionclass="related">
97
97
98
+
* * *
99
+
100
+
## See Also
101
+
102
+
- <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/ones3d`][@stdlib/array/base/ones3d]</span><spanclass="delimiter">: </span><spanclass="description">create a three-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/zeros4d`][@stdlib/array/base/zeros4d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled four-dimensional nested array.</span>
106
+
- <spanclass="package-name">[`@stdlib/array/base/zeros5d`][@stdlib/array/base/zeros5d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled five-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/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,12 +86,12 @@ var ns = extblas;
86
86
- <spanclass="signature">[`dssumpw( N, x, strideX )`][@stdlib/blas/ext/base/dssumpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation and returning an extended precision result.</span>
87
87
- <spanclass="signature">[`dsum( N, x, strideX )`][@stdlib/blas/ext/base/dsum]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of double-precision floating-point strided array elements.</span>
88
88
- <spanclass="signature">[`dsumkbn( N, x, strideX )`][@stdlib/blas/ext/base/dsumkbn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.</span>
89
-
- <spanclass="signature">[`dsumkbn2( N, x, stride )`][@stdlib/blas/ext/base/dsumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.</span>
89
+
- <spanclass="signature">[`dsumkbn2( N, x, strideX )`][@stdlib/blas/ext/base/dsumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.</span>
90
90
- <spanclass="signature">[`dsumors( N, x, stride )`][@stdlib/blas/ext/base/dsumors]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.</span>
91
91
- <spanclass="signature">[`dsumpw( N, x, stride )`][@stdlib/blas/ext/base/dsumpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of double-precision floating-point strided array elements using pairwise summation.</span>
92
92
- <spanclass="signature">[`gapx( N, alpha, x, stride )`][@stdlib/blas/ext/base/gapx]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each element in a strided array.</span>
93
93
- <spanclass="signature">[`gapxsum( N, alpha, x, stride )`][@stdlib/blas/ext/base/gapxsum]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each strided array element and compute the sum.</span>
94
-
- <spanclass="signature">[`gapxsumkbn( N, alpha, x, stride )`][@stdlib/blas/ext/base/gapxsumkbn]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.</span>
94
+
- <spanclass="signature">[`gapxsumkbn( N, alpha, x, strideX )`][@stdlib/blas/ext/base/gapxsumkbn]</span><spanclass="delimiter">: </span><spanclass="description">add a scalar constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.</span>
95
95
- <spanclass="signature">[`gapxsumkbn2( N, alpha, x, stride )`][@stdlib/blas/ext/base/gapxsumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.</span>
96
96
- <spanclass="signature">[`gapxsumors( N, alpha, x, stride )`][@stdlib/blas/ext/base/gapxsumors]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each strided array element and compute the sum using ordinary recursive summation.</span>
97
97
- <spanclass="signature">[`gapxsumpw( N, alpha, x, stride )`][@stdlib/blas/ext/base/gapxsumpw]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each strided array element and compute the sum using pairwise summation.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/constants/float32/max-safe-nth-fibonacci/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,12 @@ Macro for the maximum [safe][safe-integers] nth [Fibonacci number][fibonacci-num
148
148
149
149
<sectionclass="related">
150
150
151
+
* * *
152
+
153
+
## See Also
154
+
155
+
- <spanclass="package-name">[`@stdlib/constants/float64/max-safe-nth-fibonacci`][@stdlib/constants/float64/max-safe-nth-fibonacci]</span><spanclass="delimiter">: </span><spanclass="description">maximum safe nth Fibonacci number when stored in double-precision floating-point format.</span>
156
+
151
157
</section>
152
158
153
159
<!-- /.related -->
@@ -164,6 +170,8 @@ Macro for the maximum [safe][safe-integers] nth [Fibonacci number][fibonacci-num
0 commit comments