[][src]Function gsl_sys::gsl_linalg_QRPT_QRsolve

pub unsafe extern "C" fn gsl_linalg_QRPT_QRsolve(
    Q: *const gsl_matrix,
    R: *const gsl_matrix,
    p: *const gsl_permutation,
    b: *const gsl_vector,
    x: *mut gsl_vector
) -> c_int