Function lapack_sys::dgebrd_[][src]

pub unsafe extern "C" fn dgebrd_(
    m: *const c_int,
    n: *const c_int,
    A: *mut f64,
    lda: *const c_int,
    D: *mut f64,
    E: *mut f64,
    tauq: *mut f64,
    taup: *mut f64,
    work: *mut f64,
    lwork: *const c_int,
    info: *mut c_int
)