Skip to content

Commit 2e9609a

Browse files
committed
Clarification for scijs#25
1 parent 9d81cef commit 2e9609a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ var odds = a.lo(1).step(2)
216216
```
217217

218218
### `array.transpose(p0, p1, ...)`
219-
Finally, for higher dimensional arrays you can transpose the indices in place. This has the effect of permuting the shape and stride values. For example, in a 2D array you can calculate the matrix transpose by:
219+
Finally, for higher dimensional arrays you can transpose the indices without replicating the data. This has the effect of permuting the shape and stride values and placing the result in a new view of the same data. For example, in a 2D array you can calculate the matrix transpose by:
220220

221221
```javascript
222222
M.transpose(1, 0)

0 commit comments

Comments
 (0)