Type Alias blas_array2::blas2::gemv::SGEMV

source ·
pub type SGEMV<'a, 'x, 'y> = GEMV<'a, 'x, 'y, f32>;

Aliased Type§

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