[][src]Function gsl_sys::gsl_linalg_hessenberg_unpack

pub unsafe extern "C" fn gsl_linalg_hessenberg_unpack(
    H: *mut gsl_matrix,
    tau: *mut gsl_vector,
    U: *mut gsl_matrix
) -> c_int