Function gsl_sys::gsl_linalg_complex_QR_unpack[][src]

pub unsafe extern "C" fn gsl_linalg_complex_QR_unpack(
    QR: *const gsl_matrix_complex,
    tau: *const gsl_vector_complex,
    Q: *mut gsl_matrix_complex,
    R: *mut gsl_matrix_complex
) -> c_int
This is supported on crate feature v2_7 only.