[][src]Trait hcomplex::traits::SqrAbs

pub trait SqrAbs {
type Output: Float;
    fn sqr_abs(self) -> Self::Output;
}

Square absolute value

Associated Types

Loading content...

Required methods

fn sqr_abs(self) -> Self::Output

Loading content...

Implementors

impl<T: Float> SqrAbs for T[src]

type Output = T

impl<T: Float, A: Algebra<T>> SqrAbs for Construct<T, A>[src]

type Output = T

Loading content...