solve_upper_triangular_in_place_with_conj

Function solve_upper_triangular_in_place_with_conj 

Source
pub fn solve_upper_triangular_in_place_with_conj<T: ComplexField, N: Shape, K: Shape>(
    triangular_upper: MatRef<'_, T, N, N, impl Stride, impl Stride>,
    conj_lhs: Conj,
    rhs: MatMut<'_, T, N, K, impl Stride, impl Stride>,
    par: Par,
)
Expand description

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