transpose

abstract fun transpose(ax1: Int = 0, ax2: Int = 1): F64Array

Transposes the array along the specified axes.

Return

the transposed array

Since

1.0.7

Parameters

ax1

the first axis

ax2

the second axis