Thanks to visit codestin.com
Credit goes to docs.rs

transpose_inplace

Function transpose_inplace 

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

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