Function lapacke::slascl_work[][src]

pub unsafe fn slascl_work(
    layout: Layout,
    _type: u8,
    kl: i32,
    ku: i32,
    cfrom: f32,
    cto: f32,
    m: i32,
    n: i32,
    a: &mut [f32],
    lda: i32
) -> i32