Function slag2d_

Source
pub unsafe extern "C" fn slag2d_(
    m: *const c_int,
    n: *const c_int,
    SA: *const f32,
    ldsa: *const c_int,
    A: *mut f64,
    lda: *const c_int,
    info: *mut c_int,
)