Type Alias CBLAS_ORDER

Source
pub type CBLAS_ORDER = CBLAS_LAYOUT;

Aliased Type§

#[repr(C)]
pub enum CBLAS_ORDER { CblasRowMajor = 101, CblasColMajor = 102, }

Variants§

§

CblasRowMajor = 101

§

CblasColMajor = 102