nums-project / nums

A library that translates Python and NumPy to optimized distributed systems code.
Apache License 2.0
131 stars 26 forks source link

Link `transpose` in `BlockArray.T` documentation #557

Open bveeramani opened 2 years ago

bveeramani commented 2 years ago

Like how NumPy has it: https://numpy.org/doc/stable/reference/generated/numpy.ndarray.T.html.

image