Re-exports§
pub use self::cblas_cgbmv as gbmv;pub use self::cblas_cgemv as gemv;pub use self::cblas_cgerc as gerc;pub use self::cblas_cgeru as geru;pub use self::cblas_chbmv as hbmv;pub use self::cblas_chemv as hemv;pub use self::cblas_cher as her;pub use self::cblas_cher2 as her2;pub use self::cblas_chpmv as hpmv;pub use self::cblas_chpr as hpr;pub use self::cblas_chpr2 as hpr2;pub use self::cblas_csymv as symv;pub use self::cblas_ctbmv as tbmv;pub use self::cblas_ctbsv as tbsv;pub use self::cblas_ctpmv as tpmv;pub use self::cblas_ctpsv as tpsv;pub use self::cblas_ctrmv as trmv;pub use self::cblas_ctrsv as trsv;