Function lapack_sys::sgglse_[][src]

pub unsafe extern "C" fn sgglse_(
    m: *const c_int,
    n: *const c_int,
    p: *const c_int,
    A: *mut f32,
    lda: *const c_int,
    B: *mut f32,
    ldb: *const c_int,
    C: *mut f32,
    D: *mut f32,
    X: *mut f32,
    work: *mut f32,
    lwork: *const c_int,
    info: *mut c_int
)