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/stats/strided/mskmaxabs/README.md
+2-22Lines changed: 2 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,16 +160,6 @@ console.log( v );
160
160
161
161
<sectionclass="related">
162
162
163
-
* * *
164
-
165
-
## See Also
166
-
167
-
- <spanclass="package-name">[`@stdlib/stats/strided/maxabs`][@stdlib/stats/strided/maxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a strided array.</span>
168
-
- <spanclass="package-name">[`@stdlib/stats/strided/minabs`][@stdlib/stats/strided/minabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a strided array.</span>
169
-
- <spanclass="package-name">[`@stdlib/stats/strided/mskminabs`][@stdlib/stats/strided/mskminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a strided array according to a mask.</span>
170
-
- <spanclass="package-name">[`@stdlib/stats/strided/mskmax`][@stdlib/stats/strided/mskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array according to a mask.</span>
171
-
- <spanclass="package-name">[`@stdlib/stats/strided/nanmaxabs`][@stdlib/stats/strided/nanmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of a strided array, ignoring NaN values.</span>
0 commit comments