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/ones2d/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/zeros2d`][@stdlib/array/base/zeros2d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled two-dimensional nested array.</span>
111
+
- <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>
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/blas/ext/base/sapxsumors/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,9 +160,9 @@ console.log( v );
160
160
161
161
## See Also
162
162
163
-
- <spanclass="package-name">[`@stdlib/blas/ext/base/dapxsumors`][@stdlib/blas/ext/base/dapxsumors]</span><spanclass="delimiter">: </span><spanclass="description">adds a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.</span>
164
-
- <spanclass="package-name">[`@stdlib/blas/ext/base/gapxsumors`][@stdlib/blas/ext/base/gapxsumors]</span><spanclass="delimiter">: </span><spanclass="description">adds a constant to each strided array element and computes the sum using ordinary recursive summation.</span>
165
-
- <spanclass="package-name">[`@stdlib/blas/ext/base/sapxsum`][@stdlib/blas/ext/base/sapxsum]</span><spanclass="delimiter">: </span><spanclass="description">adds a constant to each single-precision floating-point strided array element and computes the sum.</span>
163
+
- <spanclass="package-name">[`@stdlib/blas/ext/base/dapxsumors`][@stdlib/blas/ext/base/dapxsumors]</span><spanclass="delimiter">: </span><spanclass="description">add a scalar constant to each double-precision floating-point strided array element and compute the sum using ordinary recursive summation.</span>
164
+
- <spanclass="package-name">[`@stdlib/blas/ext/base/gapxsumors`][@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>
165
+
- <spanclass="package-name">[`@stdlib/blas/ext/base/sapxsum`][@stdlib/blas/ext/base/sapxsum]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each single-precision floating-point strided array element and compute the sum.</span>
166
166
- <spanclass="package-name">[`@stdlib/blas/ext/base/ssumors`][@stdlib/blas/ext/base/ssumors]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation.</span>
- <spanclass="package-name">[`@stdlib/string/base/reverse-code-points`][@stdlib/string/base/reverse-code-points]</span><spanclass="delimiter">: </span><spanclass="description">reverse the Unicode code points of a string.</span>
87
+
- <spanclass="package-name">[`@stdlib/string/base/reverse`][@stdlib/string/base/reverse]</span><spanclass="delimiter">: </span><spanclass="description">reverse the UTF-16 code units of a string.</span>
0 commit comments