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