Function lapack_sys::sposvx_[][src]

pub unsafe extern "C" fn sposvx_(
    fact: *const c_char,
    uplo: *const c_char,
    n: *const c_int,
    nrhs: *const c_int,
    A: *mut f32,
    lda: *const c_int,
    AF: *mut f32,
    ldaf: *const c_int,
    equed: *mut c_char,
    S: *mut f32,
    B: *mut f32,
    ldb: *const c_int,
    X: *mut f32,
    ldx: *const c_int,
    rcond: *mut f32,
    ferr: *mut f32,
    berr: *mut f32,
    work: *mut f32,
    iwork: *mut c_int,
    info: *mut c_int
)