lapack_sys::c::LAPACKE_dsycon [] [src]

pub unsafe extern fn LAPACKE_dsycon(matrix_layout: c_int, uplo: c_char, n: c_int, a: *const c_double, lda: c_int, ipiv: *const c_int, anorm: c_double, rcond: *mut c_double) -> c_int