pub struct All;Expand description
Computes all eccentricities of a graph, its diameter, and its radius.
This variant is equivalent to AllForward in the symmetric case.
Trait Implementations§
Source§impl Level for All
impl Level for All
Source§type OutputSymm = All
type OutputSymm = All
The type of the result of
run_symm.Source§fn run(
graph: impl RandomAccessGraph + Sync,
transpose: impl RandomAccessGraph + Sync,
radial_vertices: Option<AtomicBitVec>,
pl: &mut impl ConcurrentProgressLog,
) -> Self::Output
fn run( graph: impl RandomAccessGraph + Sync, transpose: impl RandomAccessGraph + Sync, radial_vertices: Option<AtomicBitVec>, pl: &mut impl ConcurrentProgressLog, ) -> Self::Output
Runs the ExactSumSweep algorithm on the specified graph. Read more
Source§fn run_symm(
graph: impl RandomAccessGraph + Sync,
pl: &mut impl ConcurrentProgressLog,
) -> Self::OutputSymm
fn run_symm( graph: impl RandomAccessGraph + Sync, pl: &mut impl ConcurrentProgressLog, ) -> Self::OutputSymm
Runs the ExactSumSweep algorithm on the specified symmetric graph. Read more
Auto Trait Implementations§
impl Freeze for All
impl RefUnwindSafe for All
impl Send for All
impl Sync for All
impl Unpin for All
impl UnwindSafe for All
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
Source§impl<T, U> CastableInto<U> for Twhere
U: CastableFrom<T>,
impl<T, U> CastableInto<U> for Twhere
U: CastableFrom<T>,
Source§impl<T> DowncastableFrom<T> for T
impl<T> DowncastableFrom<T> for T
Source§fn downcast_from(value: T) -> T
fn downcast_from(value: T) -> T
Truncate the current UnsignedInt to a possibly smaller size
Source§impl<T, U> DowncastableInto<U> for Twhere
U: DowncastableFrom<T>,
impl<T, U> DowncastableInto<U> for Twhere
U: DowncastableFrom<T>,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> UpcastableFrom<T> for T
impl<T> UpcastableFrom<T> for T
Source§fn upcast_from(value: T) -> T
fn upcast_from(value: T) -> T
Extend the current UnsignedInt to a possibly bigger size.