Function lapack_sys::dlantp_[][src]

pub unsafe extern "C" fn dlantp_(
    norm: *const c_char,
    uplo: *const c_char,
    diag: *const c_char,
    n: *const c_int,
    AP: *const f64,
    work: *mut f64
) -> f64