lapack_sys::c::LAPACKE_spbtrs_work [] [src]

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