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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ var o = ns;
87
87
- <spanclass="signature">[`bufferCtors( dtype )`][@stdlib/ndarray/base/buffer-ctors]</span><spanclass="delimiter">: </span><spanclass="description">ndarray data buffer constructors.</span>
88
88
- <spanclass="signature">[`bufferDataTypeEnum( buffer )`][@stdlib/ndarray/base/buffer-dtype-enum]</span><spanclass="delimiter">: </span><spanclass="description">return the data type enumeration constant of an ndarray data buffer.</span>
89
89
- <spanclass="signature">[`bufferDataType( buffer )`][@stdlib/ndarray/base/buffer-dtype]</span><spanclass="delimiter">: </span><spanclass="description">return the data type of an ndarray data buffer.</span>
90
-
- <spanclass="signature">[`buffer( dtype, size )`][@stdlib/ndarray/base/buffer]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled contiguous linear ndarray data buffer.</span>
90
+
- <spanclass="signature">[`buffer( dtype, size )`][@stdlib/ndarray/base/buffer]</span><spanclass="delimiter">: </span><spanclass="description">create a contiguous linear ndarray data buffer.</span>
91
91
- <spanclass="signature">[`bytesPerElement( dtype )`][@stdlib/ndarray/base/bytes-per-element]</span><spanclass="delimiter">: </span><spanclass="description">return the number of bytes per element provided an underlying array data type.</span>
92
92
- <spanclass="signature">[`char2dtype( [ch] )`][@stdlib/ndarray/base/char2dtype]</span><spanclass="delimiter">: </span><spanclass="description">return the data type string associated with a provided single letter character abbreviation.</span>
93
93
- <spanclass="signature">[`clampIndex( idx, max )`][@stdlib/ndarray/base/clamp-index]</span><spanclass="delimiter">: </span><spanclass="description">restrict an index to the interval `[0,max]`.</span>
0 commit comments