Type Alias blas_array2::blas3::gemm::DGEMM

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

Aliased Type§

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