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