Function rgsl::blas::level1::zdotu [] [src]

pub fn zdotu(
    x: &VectorComplexF64,
    y: &VectorComplexF64,
    dotu: &mut ComplexF64
) -> Value

This function computes the complex scalar product xT y for the vectors x and y, returning the result in dotu.