Trait simdop::Abs
[−]
[src]
pub trait Abs<M: Multi> {
fn abs(&self, a: M) -> M;
}The Abs trait is used to specify absolute value computation functionality.
Required Methods
fn abs(&self, a: M) -> M
Computes the absolute value of the elements in a