transpose

Function transpose 

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

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.