Function rgsl::blas::level1::cdotc

source ·
pub fn cdotc(
    x: &VectorComplexF32,
    y: &VectorComplexF32,
    dotc: &mut ComplexF32
) -> 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.