Skip to main content

DOD

Trait DOD 

Source
pub trait DOD {
    // Required methods
    fn edge_dod(&self, eid: EdgeIndex) -> i32;
    fn all_dod(&self) -> i32;
    fn trailing_exponent(&self) -> i32;
}

Required Methods§

Source

fn edge_dod(&self, eid: EdgeIndex) -> i32

Rescales momentum of edge eid, and computes the leading scaling.

Source

fn all_dod(&self) -> i32

Rescales all momenta, and computes the leading scaling.

Source

fn trailing_exponent(&self) -> i32

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl DOD for Atom

Source§

fn edge_dod(&self, eid: EdgeIndex) -> i32

Source§

fn all_dod(&self) -> i32

Source§

fn trailing_exponent(&self) -> i32

Source§

impl DOD for AtomView<'_>

Source§

fn edge_dod(&self, eid: EdgeIndex) -> i32

Source§

fn all_dod(&self) -> i32

Source§

fn trailing_exponent(&self) -> i32

Implementors§