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/ndarray/base/assert/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ var o = ns;
45
45
46
46
- <spanclass="signature">[`hasEqualShape( x, y )`][@stdlib/ndarray/base/assert/has-equal-shape]</span><spanclass="delimiter">: </span><spanclass="description">test if two ndarrays have the same shape.</span>
47
47
- <spanclass="signature">[`isAllowedDataTypeCast( from, to, casting )`][@stdlib/ndarray/base/assert/is-allowed-data-type-cast]</span><spanclass="delimiter">: </span><spanclass="description">determine whether an ndarray data type can be cast to another ndarray data type according to a specified casting mode.</span>
48
+
- <spanclass="signature">[`isBinaryDataType( value )`][@stdlib/ndarray/base/assert/is-binary-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray binary data type.</span>
48
49
- <spanclass="signature">[`isBooleanDataType( value )`][@stdlib/ndarray/base/assert/is-boolean-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray boolean data type.</span>
49
50
- <spanclass="signature">[`isBooleanIndexDataType( value )`][@stdlib/ndarray/base/assert/is-boolean-index-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray boolean index data type.</span>
50
51
- <spanclass="signature">[`isBufferLengthCompatibleShape( len, shape )`][@stdlib/ndarray/base/assert/is-buffer-length-compatible-shape]</span><spanclass="delimiter">: </span><spanclass="description">determine if a buffer length is compatible with an array shape.</span>
@@ -61,6 +62,7 @@ var o = ns;
61
62
- <spanclass="signature">[`isDataType( value )`][@stdlib/ndarray/base/assert/is-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray data type.</span>
62
63
- <spanclass="signature">[`isEqualDataType( v1, v2 )`][@stdlib/ndarray/base/assert/is-equal-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test whether two values are equal ndarray data types.</span>
63
64
- <spanclass="signature">[`isFloatingPointDataType( value )`][@stdlib/ndarray/base/assert/is-floating-point-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray floating-point data type.</span>
65
+
- <spanclass="signature">[`isGenericDataType( value )`][@stdlib/ndarray/base/assert/is-generic-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray generic data type.</span>
64
66
- <spanclass="signature">[`isIndexDataType( value )`][@stdlib/ndarray/base/assert/is-index-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray index data type.</span>
65
67
- <spanclass="signature">[`isIndexMode( value )`][@stdlib/ndarray/base/assert/is-index-mode]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray index mode.</span>
66
68
- <spanclass="signature">[`isInputCastingPolicy( value )`][@stdlib/ndarray/base/assert/is-input-casting-policy]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported input ndarray casting policy.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/matrix/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,12 @@ The namespace exports the following:
53
53
54
54
<!-- <toc pattern="*"> -->
55
55
56
+
<divclass="namespace-toc">
57
+
58
+
- <spanclass="signature">[`matrix()`][@stdlib/ndarray/matrix/ctor]</span><spanclass="delimiter">: </span><spanclass="description">create a matrix (i.e., a two-dimensional ndarray).</span>
0 commit comments