Type Alias blas_array2::blas2::gemv::DGEMV

source ·
pub type DGEMV<'a, 'x, 'y> = GEMV<'a, 'x, 'y, f64>;

Aliased Type§

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