solve_lower_triangular_in_place

Function solve_lower_triangular_in_place 

Source
pub fn solve_lower_triangular_in_place<T: ComplexField, LhsT: Conjugate<Canonical = T>, N: Shape, K: Shape>(
    triangular_lower: MatRef<'_, LhsT, N, N, impl Stride, impl Stride>,
    rhs: MatMut<'_, T, N, K, impl Stride, impl Stride>,
    par: Par,
)
Expand description

solves $L x = b$, implicitly conjugating $L$ if needed, and stores the result in rhs