Function rgsl::linear_algebra::R_svx
[−]
[src]
pub fn R_svx(r: &MatrixF64, x: &VectorF64) -> Value
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.