Function lapack_sys::dpoequ_[][src]

pub unsafe extern "C" fn dpoequ_(
    n: *const c_int,
    A: *const f64,
    lda: *const c_int,
    S: *mut f64,
    scond: *mut f64,
    amax: *mut f64,
    info: *mut c_int
)