Vector<T>.Conjugate Dot Product Method
Returns the dot product of this vector with another
vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The conjugate dot product of the two vectors.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual T ConjugateDotProduct(
Vector<T> vector
)
Parameters
Return Value
TThe conjugate dot product of the two vectors.
Exceptions
Argument | vector is null. |
Dimension | The length of vector does not equal the length of this instance. |