lapack_sys::c::LAPACKE_spstrf_work [] [src]

pub unsafe extern fn LAPACKE_spstrf_work(matrix_layout: c_int, uplo: c_char, n: c_int, a: *mut c_float, lda: c_int, piv: *mut c_int, rank: *mut c_int, tol: c_float, work: *mut c_float) -> c_int