Enum wee_matrix::core::Transpose [] [src]

pub enum Transpose {
    Yes,
    No,
}

Transpose flag; whether or not to treat the matrix as transposed

Variants

Yes, transpose

No transposition

Methods

impl Transpose
[src]

[src]

Convert flag to BLAS transposition flag

[src]

Switch the transposition flag

Trait Implementations

impl Debug for Transpose
[src]

[src]

Formats the value using the given formatter.

impl Clone for Transpose
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Transpose
[src]