Type Alias blas_array2::blas2::ger::SGER

source ·
pub type SGER<'x, 'y, 'a> = GER<'x, 'y, 'a, f32>;

Aliased Type§

struct SGER<'x, 'y, 'a> { /* private fields */ }