[][src]Function gsl_sys::gsl_linalg_LQ_LQsolve

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