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

pub fn cdotu(
    x: &VectorComplexF32,
    y: &VectorComplexF32,
    dotu: &mut ComplexF32
) -> Value

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