[][src]Trait hcomplex::transform::Transform

pub trait Transform<T: Float, A: Algebra<T>> {
    fn apply(&self, x: A) -> A;
}

Required methods

fn apply(&self, x: A) -> A

Loading content...

Implementors

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

Loading content...