Function rgsl::linear_algebra::R_solve

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

This function solves the triangular system R x = b for the N-by-N matrix R.