matrix_transpose

Function matrix_transpose 

Source
pub fn matrix_transpose<F>(a: &ArrayView2<'_, F>) -> Array2<F>
where F: Float + NumAssign + Sum + One + Send + Sync + ScalarOperand + 'static,
Expand description

Compute the matrix transpose