Function rgsl::blas::level1::zdotc

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

This function computes the complex conjugate scalar product x^H y for the vectors x and y, returning the result in dotc.