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/assert/is-skew-symmetric-matrix/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
@@ -83,6 +83,7 @@ out = isSkewSymmetricMatrix( null );
83
83
## See Also
84
84
85
85
- <spanclass="package-name">[`@stdlib/assert/is-matrix-like`][@stdlib/assert/is-matrix-like]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a 2-dimensional ndarray-like object.</span>
86
+
- <spanclass="package-name">[`@stdlib/assert/is-skew-symmetric-matrix`][@stdlib/assert/is-skew-symmetric-matrix]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a skew-symmetric matrix.</span>
86
87
- <spanclass="package-name">[`@stdlib/assert/is-square-matrix`][@stdlib/assert/is-square-matrix]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a 2-dimensional ndarray-like object having equal dimensions.</span>
87
88
88
89
</section>
@@ -99,6 +100,8 @@ out = isSkewSymmetricMatrix( null );
0 commit comments