pub struct FunctionalGraph { /* private fields */ }Expand description
各頂点の出次数が1である、n頂点n辺の有向グラフ
Implementations§
Source§impl FunctionalGraph
impl FunctionalGraph
Sourcepub fn group_index_of(&self, i: usize) -> usize
pub fn group_index_of(&self, i: usize) -> usize
頂点iが属する連結成分に割り当てられた番号を返す。
Auto Trait Implementations§
impl Freeze for FunctionalGraph
impl RefUnwindSafe for FunctionalGraph
impl Send for FunctionalGraph
impl Sync for FunctionalGraph
impl Unpin for FunctionalGraph
impl UnwindSafe for FunctionalGraph
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