pub enum SymInfo {
General,
Symmetric,
}
Expand description
Symmetry information in the matrix market banner. Currently we dont support all of the info available in the format. Because we dont handle complex numbers. Feel free to contribute and add the missing support for those numbers.
Variants§
Trait Implementations§
impl Copy for SymInfo
impl Eq for SymInfo
impl StructuralPartialEq for SymInfo
Auto Trait Implementations§
impl Freeze for SymInfo
impl RefUnwindSafe for SymInfo
impl Send for SymInfo
impl Sync for SymInfo
impl Unpin for SymInfo
impl UnwindSafe for SymInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more