pub fn solve_upper_triangular_in_place<T: ComplexField, LhsT: Conjugate<Canonical = T>, N: Shape, K: Shape>(
triangular_upper: MatRef<'_, LhsT, N, N, impl Stride, impl Stride>,
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