Function rgsl::blas::level1::zdotu

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

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