[−][src]Function arrayfire::transpose
pub fn transpose<T: HasAfEnum>(arr: &Array<T>, conjugate: bool) -> Array<T>
Transpose of a matrix.
Parameters
arr
is the input Arrayconjugate
is a boolean that indicates if the transpose operation needs to be a conjugate transpose
Return Values
Transposed Array.