Click or drag to resize

VectorDoConjugateDotProduct Method

Computes the dot product between the conjugate of this vector and another vector.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override sealed float DoConjugateDotProduct(
	Vector<float> other
)

Parameters

other  VectorSingle
The other vector.

Return Value

Single
The sum of conj(a[i])*b[i] for all i.
See Also