Function lapack_sys::dsptrf_[][src]

pub unsafe extern "C" fn dsptrf_(
    uplo: *const c_char,
    n: *const c_int,
    AP: *mut f64,
    ipiv: *mut c_int,
    info: *mut c_int
)