lu_transpose

Function lu_transpose 

Source
pub fn lu_transpose<T: RlstScalar, Array2MutImpl: MutableArrayImpl<T, 2>>(
    mat: &mut Array<Array2MutImpl, 2>,
) -> Vec<usize>
Expand description

Compute the LU decomposition of the transpose of a square matrix