Function nalgebra::qr
[−]
[src]
pub fn qr<N, V, M>(m: &M) -> (M, M) where N: BaseFloat, V: Indexable<usize, N> + Norm<N>, M: Copy + Eye + ColumnSlice<V> + Transpose + Indexable<(usize, usize), N> + Mul<M, Output=M>