pub fn cdotu(x: &VectorComplexF32, y: &VectorComplexF32) -> (Value, ComplexF32)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 cdotu(x: &VectorComplexF32, y: &VectorComplexF32) -> (Value, ComplexF32)This function computes the complex scalar product x^T y for the vectors x and y, returning the result in dotu.
Returns dotu.