Function gsl_sys::gsl_linalg_QRPT_Rsolve[][src]

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