Re-exports§
pub use self::cblas_zgemm as gemm;
pub use self::cblas_zhemm as hemm;
pub use self::cblas_zher2k as her2k;
pub use self::cblas_zherk as herk;
pub use self::cblas_zsymm as symm;
pub use self::cblas_zsyr2k as syr2k;
pub use self::cblas_zsyrk as syrk;
pub use self::cblas_ztrmm as trmm;
pub use self::cblas_ztrsm as trsm;