[][src]Trait hcomplex::transform::Chain

pub trait Chain<T: Float, A: Algebra<T>> {
    fn chain(&self, other: &Self) -> Self;
}

Required methods

fn chain(&self, other: &Self) -> Self

Loading content...

Implementors

impl<T: Float, A: Algebra<T>> Chain<T, A> for Moebius<T, A>[src]

Loading content...