Function gsl_sys::gsl_linalg_QR_unpack_r[][src]

pub unsafe extern "C" fn gsl_linalg_QR_unpack_r(
    QR: *const gsl_matrix,
    T: *const gsl_matrix,
    Q: *mut gsl_matrix,
    R: *mut gsl_matrix
) -> c_int