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

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