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: base/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ var o = ns;
60
60
- <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>
61
61
- <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>
62
62
- <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>
63
+
- <spanclass="signature">[`countFalsy( arrays )`][@stdlib/ndarray/base/count-falsy]</span><spanclass="delimiter">: </span><spanclass="description">count the number of falsy elements in an ndarray.</span>
63
64
- <spanclass="signature">[`countTruthy( arrays )`][@stdlib/ndarray/base/count-truthy]</span><spanclass="delimiter">: </span><spanclass="description">count the number of truthy elements in an ndarray.</span>
64
65
- <spanclass="signature">[`ndarray( dtype, buffer, shape, strides, offset, order )`][@stdlib/ndarray/base/ctor]</span><spanclass="delimiter">: </span><spanclass="description">create a multidimensional array.</span>
65
66
- <spanclass="signature">[`data( x )`][@stdlib/ndarray/base/data-buffer]</span><spanclass="delimiter">: </span><spanclass="description">return the underlying data buffer of a provided ndarray.</span>
0 commit comments