pub enum MatType {
General,
Symmetric,
Hermitian,
Triangular,
}Expand description
Storage type of a sparse matrix’s nonzero pattern.
Variants§
Trait Implementations§
impl Copy for MatType
impl Eq for MatType
impl StructuralPartialEq for MatType
Auto Trait Implementations§
impl Freeze for MatType
impl RefUnwindSafe for MatType
impl Send for MatType
impl Sync for MatType
impl Unpin for MatType
impl UnsafeUnpin for MatType
impl UnwindSafe for MatType
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