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
@@ -199,9 +199,11 @@ var o = ns;
199
199
- <spanclass="signature">[`quaternaryBlockSize( dtypeX, dtypeY, dtypeZ, dtypeW, dtypeU )`][@stdlib/ndarray/base/quaternary-tiling-block-size]</span><spanclass="delimiter">: </span><spanclass="description">resolve a loop block size for multi-dimensional array tiled loops.</span>
200
200
- <spanclass="signature">[`quinaryLoopOrder( shape, stridesX, stridesY, stridesZ, stridesW, stridesU, stridesV )`][@stdlib/ndarray/base/quinary-loop-interchange-order]</span><spanclass="delimiter">: </span><spanclass="description">reorder ndarray dimensions and associated strides for loop interchange.</span>
201
201
- <spanclass="signature">[`quinaryBlockSize( dtypeX, dtypeY, dtypeZ, dtypeW, dtypeU, dtypeV )`][@stdlib/ndarray/base/quinary-tiling-block-size]</span><spanclass="delimiter">: </span><spanclass="description">resolve a loop block size for multi-dimensional array tiled loops.</span>
202
+
- <spanclass="signature">[`reinterpretComplex128( x )`][@stdlib/ndarray/base/reinterpret-complex128]</span><spanclass="delimiter">: </span><spanclass="description">reinterpret a double-precision complex floating-point ndarray as a real-valued double-precision floating-point ndarray containing interleaved real and imaginary components.</span>
- <spanclass="signature">[`reverseDimension( x, dim, writable )`][@stdlib/ndarray/base/reverse-dimension]</span><spanclass="delimiter">: </span><spanclass="description">return a view of an input ndarray in which the order of elements along a specified dimension is reversed.</span>
204
205
- <spanclass="signature">[`reverse( x, writable )`][@stdlib/ndarray/base/reverse]</span><spanclass="delimiter">: </span><spanclass="description">return a view of an input ndarray in which the order of elements along each dimension is reversed.</span>
206
+
- <spanclass="signature">[`rot90( x, dims, k, writable )`][@stdlib/ndarray/base/rot90]</span><spanclass="delimiter">: </span><spanclass="description">rotate an ndarray 90 degrees in a specified plane.</span>
205
207
- <spanclass="signature">[`rotl90( x, k, writable )`][@stdlib/ndarray/base/rotl90]</span><spanclass="delimiter">: </span><spanclass="description">rotate a matrix (or a stack of matrices) 90 degrees counterclockwise.</span>
206
208
- <spanclass="signature">[`rotr90( x, k, writable )`][@stdlib/ndarray/base/rotr90]</span><spanclass="delimiter">: </span><spanclass="description">rotate a matrix (or a stack of matrices) 90 degrees clockwise.</span>
207
209
- <spanclass="signature">[`serializeMetaData( x )`][@stdlib/ndarray/base/serialize-meta-data]</span><spanclass="delimiter">: </span><spanclass="description">serialize ndarray meta data.</span>
0 commit comments