Tnrm2

Trait Tnrm2 

Source
pub trait Tnrm2: Scalar {
    // Required method
    unsafe fn nrm2(n: i32, x: &[Self], incx: i32) -> Self::Real;
}

Required Methods§

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Tnrm2 for f32

Source§

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

Source§

impl Tnrm2 for f64

Source§

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

Implementors§