Function rgsl::linear_algebra::R_svx

source ·
pub fn R_svx(r: &MatrixF64, x: &mut VectorF64) -> Value
Expand description

This function solves the triangular system R x = b in-place. On input x should contain the right-hand side b, which is replaced by the solution on output.