Function lapack_sys::slascl_[][src]

pub unsafe extern "C" fn slascl_(
    type_: *const c_char,
    kl: *const c_int,
    ku: *const c_int,
    cfrom: *const f32,
    cto: *const f32,
    m: *const c_int,
    n: *const c_int,
    A: *mut f32,
    lda: *const c_int,
    info: *mut c_int
)