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>

QR decomposition using Householder reflections.

Arguments

  • m - matrix to decompose