pub struct MinimumDegreeOrdering;Expand description
Approximate minimum degree ordering for small subgraphs.
Implementations§
Auto Trait Implementations§
impl Freeze for MinimumDegreeOrdering
impl RefUnwindSafe for MinimumDegreeOrdering
impl Send for MinimumDegreeOrdering
impl Sync for MinimumDegreeOrdering
impl Unpin for MinimumDegreeOrdering
impl UnsafeUnpin for MinimumDegreeOrdering
impl UnwindSafe for MinimumDegreeOrdering
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