Function lapack::fortran::ztfsm
[−]
[src]
pub fn ztfsm(transr: u8, side: u8, uplo: u8, trans: u8, diag: u8, m: i32, n: i32, alpha: c64, a: &[c64], b: &mut [c64], ldb: i32)