[][src]Trait directed_bijective_connection_graph::DirectedBijectiveConnectionGraphFunctions

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

Required methods

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

fn dimension(&self) -> Dims

Loading content...

Provided methods

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

Loading content...

Implementors

impl DirectedBijectiveConnectionGraphFunctions for HyperCube[src]

impl DirectedBijectiveConnectionGraphFunctions for LocallyTwistedCube[src]

Loading content...