transpose property

List transpose

Reverse the axes of an array and returns the modified array.

Implementation

List get transpose => Matrix2d().transpose(this);