Calculates the inner product of two complex vector vectors. The inner product is defined as ⟨a|b⟩ = ∑ᵢ aᵢ* bᵢ, where aᵢ* is the complex conjugate.
The first complex vector.
The second complex vector.
The resulting complex vector from the inner product.
If the vectors have different lengths.
Calculates the inner product of two complex vector vectors. The inner product is defined as ⟨a|b⟩ = ∑ᵢ aᵢ* bᵢ, where aᵢ* is the complex conjugate.