Function gsl_sys::gsl_linalg_QL_unpack[][src]

pub unsafe extern "C" fn gsl_linalg_QL_unpack(
    QL: *const gsl_matrix,
    tau: *const gsl_vector,
    Q: *mut gsl_matrix,
    L: *mut gsl_matrix
) -> c_int
This is supported on crate feature v2_7 only.