[][src]Trait rust_blas::vector::ops::Dotc

pub trait Dotc: Sized + Dot {
    fn dotc<V: ?Sized + Vector<Self>, W: ?Sized + Vector<Self>>(
        x: &V,
        y: &W
    ) -> Self { ... } }

Computes x^H * y.

Provided methods

fn dotc<V: ?Sized + Vector<Self>, W: ?Sized + Vector<Self>>(
    x: &V,
    y: &W
) -> Self

Loading content...

Implementations on Foreign Types

impl Dotc for f32[src]

impl Dotc for f64[src]

impl Dotc for Complex32[src]

impl Dotc for Complex64[src]

Loading content...

Implementors

Loading content...