Type Alias DGEMM

Source
pub type DGEMM<'a, 'b, 'c> = GEMM<'a, 'b, 'c, f64>;

Aliased Typeยง

pub struct DGEMM<'a, 'b, 'c> { /* private fields */ }