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: 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
@@ -83,6 +83,7 @@ var o = ns;
83
83
- <spanclass="signature">[`isBufferLengthCompatible( len, shape, strides, offset )`][@stdlib/ndarray/base/assert/is-buffer-length-compatible]</span><spanclass="delimiter">: </span><spanclass="description">determine if a buffer length is compatible with ndarray meta data.</span>
84
84
- <spanclass="signature">[`isCastingMode( value )`][@stdlib/ndarray/base/assert/is-casting-mode]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray casting mode.</span>
85
85
- <spanclass="signature">[`isColumnMajorContiguous( shape, strides, offset )`][@stdlib/ndarray/base/assert/is-column-major-contiguous]</span><spanclass="delimiter">: </span><spanclass="description">determine if an array is column-major contiguous.</span>
86
+
- <spanclass="signature">[`isColumnMajorString( value )`][@stdlib/ndarray/base/assert/is-column-major-string]</span><spanclass="delimiter">: </span><spanclass="description">test whether an input value is the string representing column-major order.</span>
86
87
- <spanclass="signature">[`isColumnMajor( strides )`][@stdlib/ndarray/base/assert/is-column-major]</span><spanclass="delimiter">: </span><spanclass="description">given a stride array, determine whether an array is column-major.</span>
87
88
- <spanclass="signature">[`isComplexFloatingPointDataType( value )`][@stdlib/ndarray/base/assert/is-complex-floating-point-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray complex-valued floating-point data type.</span>
88
89
- <spanclass="signature">[`isContiguous( shape, strides, offset )`][@stdlib/ndarray/base/assert/is-contiguous]</span><spanclass="delimiter">: </span><spanclass="description">determine if an array is contiguous.</span>
@@ -97,6 +98,7 @@ var o = ns;
97
98
- <spanclass="signature">[`isRealDataType( value )`][@stdlib/ndarray/base/assert/is-real-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray real-valued data type.</span>
98
99
- <spanclass="signature">[`isRealFloatingPointDataType( value )`][@stdlib/ndarray/base/assert/is-real-floating-point-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray real-valued floating-point data type.</span>
99
100
- <spanclass="signature">[`isRowMajorContiguous( shape, strides, offset )`][@stdlib/ndarray/base/assert/is-row-major-contiguous]</span><spanclass="delimiter">: </span><spanclass="description">determine if an array is row-major contiguous.</span>
101
+
- <spanclass="signature">[`isRowMajorString( value )`][@stdlib/ndarray/base/assert/is-row-major-string]</span><spanclass="delimiter">: </span><spanclass="description">test whether an input value is the string representing row-major order.</span>
100
102
- <spanclass="signature">[`isRowMajor( strides )`][@stdlib/ndarray/base/assert/is-row-major]</span><spanclass="delimiter">: </span><spanclass="description">given a stride array, determine whether an array is row-major.</span>
101
103
- <spanclass="signature">[`isSafeDataTypeCast( from, to )`][@stdlib/ndarray/base/assert/is-safe-data-type-cast]</span><spanclass="delimiter">: </span><spanclass="description">determine whether an ndarray data type can be safely cast to another ndarray data type.</span>
102
104
- <spanclass="signature">[`isSameKindDataTypeCast( from, to )`][@stdlib/ndarray/base/assert/is-same-kind-data-type-cast]</span><spanclass="delimiter">: </span><spanclass="description">determine whether an ndarray data type can be safely cast to, or is of the same "kind" as, another ndarray data type.</span>
0 commit comments