Dense Vector<T, TStorage>.Conjugate Dot Product Method
Returns the dot product of this vector with another
vector.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The conjugate dot product of the two vectors.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override 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. |