[][src]Function arrayfire::transpose_inplace

pub fn transpose_inplace<T: HasAfEnum>(arr: &mut Array<T>, conjugate: bool)

Inplace transpose of a matrix.

Parameters

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