[][src]Trait lapack_traits::blas::RTasum

pub trait RTasum: ComplexField {
    unsafe fn asum(n: i32, x: &[Self], incx: i32) -> Self::RealField;
}

Required methods

unsafe fn asum(n: i32, x: &[Self], incx: i32) -> Self::RealField

Loading content...

Implementations on Foreign Types

impl RTasum for f32[src]

impl RTasum for f64[src]

Loading content...

Implementors

impl RTasum for c32[src]

impl RTasum for c64[src]

Loading content...