Function rgsl::blas::level1::cdotu

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

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