Enum linxal::types::Symmetric [] [src]

#[repr(u8)]
pub enum Symmetric { Upper, Lower, }

Enum for symmetric matrix inputs.

Variants

Read elements from the upper-triangular portion of the matrix

Read elements from the lower-triangular portion of the matrix

Trait Implementations

impl Clone for Symmetric
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Symmetric
[src]

impl PartialEq for Symmetric
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Symmetric
[src]