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