lapack_sys::c::LAPACKE_ctrsna [] [src]

pub unsafe extern fn LAPACKE_ctrsna(matrix_layout: c_int, job: c_char, howmny: c_char, select: *const c_int, n: c_int, t: *const c_float_complex, ldt: c_int, vl: *const c_float_complex, ldvl: c_int, vr: *const c_float_complex, ldvr: c_int, s: *mut c_float, sep: *mut c_float, mm: c_int, m: *mut c_int) -> c_int