Type Alias blas_array2::blas3::gemm::SGEMM

source ·
pub type SGEMM<'a, 'b, 'c> = GEMM<'a, 'b, 'c, f32>;

Aliased Type§

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