Enum blas_sys::c::CBLAS_TRANSPOSE [] [src]

#[repr(C)]
pub enum CBLAS_TRANSPOSE { CblasNoTrans, CblasTrans, CblasConjTrans, }

Variants

Trait Implementations

impl Clone for CBLAS_TRANSPOSE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CBLAS_TRANSPOSE
[src]

impl Debug for CBLAS_TRANSPOSE
[src]

Formats the value using the given formatter.