Function lapack_sys::ssyrfs_[][src]

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