pub fn zdotc(x: &VectorComplexF64, y: &VectorComplexF64) -> (Value, ComplexF64)
Expand description
This function computes the complex conjugate scalar product x^H y for the vectors x and y, returning the result in dotc.
Returns dotc
.
pub fn zdotc(x: &VectorComplexF64, y: &VectorComplexF64) -> (Value, ComplexF64)
This function computes the complex conjugate scalar product x^H y for the vectors x and y, returning the result in dotc.
Returns dotc
.