[][src]Trait hypercube::graph::DirectedBijectiveConnectionGraphFunctions

pub trait DirectedBijectiveConnectionGraphFunctions {
    fn phi(&self, n: u64, node: u64) -> u64;
fn dimension(&self) -> u64; fn psi(&self, n: u64, node: u64) -> u64 { ... } }

Required methods

fn phi(&self, n: u64, node: u64) -> u64

fn dimension(&self) -> u64

Loading content...

Provided methods

fn psi(&self, n: u64, node: u64) -> u64

Loading content...

Implementors

impl DirectedBijectiveConnectionGraphFunctions for HyperCube[src]

impl DirectedBijectiveConnectionGraphFunctions for LocallyTwistedCube[src]

Loading content...