Function lapack::fortran::ctrsyl [] [src]

pub fn ctrsyl(trana: u8, tranb: u8, isgn: &[i32], m: i32, n: i32, a: &[c32], lda: i32, b: &[c32], ldb: i32, c: &mut [c32], ldc: i32, scale: &mut [f32], info: &mut i32)