Function lapack::c::slaset
[−]
[src]
pub fn slaset(layout: Layout, uplo: u8, m: i32, n: i32, alpha: f32, beta: f32, a: &mut [f32], lda: i32) -> i32