Function sprs_ldl::ldl_ltsolve [] [src]

pub fn ldl_ltsolve<N, V: ?Sized>(l: &CsMatView<N>, x: &mut V) where N: Clone + Copy + Num, V: IndexMut<usize, Output=N>

Triangular transposed solve specialized on lower triangular matrices produced by ldlt (diagonal terms are omitted and assumed to be 1).