Enum blas::Side [] [src]

pub enum Side {
    L,
    R,
}

Variants

L

Do the operation on the left

R

Do the operation on the right