Function lapack_sys::ssytrs_rook_[][src]

pub unsafe extern "C" fn ssytrs_rook_(
    uplo: *const c_char,
    n: *const c_int,
    nrhs: *const c_int,
    A: *const f32,
    lda: *const c_int,
    ipiv: *const c_int,
    B: *mut f32,
    ldb: *const c_int,
    info: *mut c_int
)