pub fn matrix_transpose<F>(a: &ArrayView2<'_, F>) -> Array2<F>where F: Float + NumAssign + Sum + One + Send + Sync + ScalarOperand + 'static,
Compute the matrix transpose