lapack_sys::c::LAPACKE_zpbtrs [] [src]

pub unsafe extern fn LAPACKE_zpbtrs(matrix_layout: c_int, uplo: c_char, n: c_int, kd: c_int, nrhs: c_int, ab: *const c_double_complex, ldab: c_int, b: *mut c_double_complex, ldb: c_int) -> c_int