Function arrayfire::transpose [] [src]

pub fn transpose(arr: &Array, conjugate: bool) -> Array

Transpose of a matrix.

Parameters

  • arr is the input Array
  • conjugate is a boolean that indicates if the transpose operation needs to be a conjugate transpose

Return Values

Transposed Array.