Enum openblas_ffi::CblasTranspose [] [src]

pub enum CblasTranspose {
    NoTrans,
    Trans,
    ConjTrans,
    ConjNoTrans,
}

Variants

Trait Implementations

impl Clone for CblasTranspose
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CblasTranspose
[src]

impl Debug for CblasTranspose
[src]

Formats the value using the given formatter.