Trait rblas::vector::ops::Asum [] [src]

pub trait Asum: Sized {
    fn asum<V: ?Sized + Vector<Self>>(x: &V) -> Self;
}

Computes the sum of the absolute values of elements in a vector.

Required Methods

Implementors