Function lapacke_sys::LAPACKE_sgeequb [] [src]

pub unsafe extern "C" fn LAPACKE_sgeequb(
    matrix_layout: c_int,
    m: lapack_int,
    n: lapack_int,
    a: *const c_float,
    lda: lapack_int,
    r: *mut c_float,
    c: *mut c_float,
    rowcnd: *mut c_float,
    colcnd: *mut c_float,
    amax: *mut c_float
) -> lapack_int