Type Alias blas_array2::blas2::ger::DGER

source ·
pub type DGER<'x, 'y, 'a> = GER<'x, 'y, 'a, f64>;

Aliased Type§

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