Function gsl_sys::gsl_linalg_SV_solve[][src]

pub unsafe extern "C" fn gsl_linalg_SV_solve(
    U: *const gsl_matrix,
    Q: *const gsl_matrix,
    S: *const gsl_vector,
    b: *const gsl_vector,
    x: *mut gsl_vector
) -> c_int