Enum linxal::types::Symmetric
[−]
[src]
pub enum Symmetric {
Upper,
Lower,
}Enum for symmetric matrix inputs.
Variants
UpperRead elements from the upper-triangular portion of the matrix
LowerRead elements from the lower-triangular portion of the matrix