Distributed Vector<T>.Dot Product Method
Returns the dot product of this vector with another
vector.
Definition
Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The dot product of the two vectors.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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. |