Click or drag to resize

ILinearConstraintCoefficientsDotProduct Method

Function for forming the dot product of self with another vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
double DotProduct(
	DoubleVector v
)

Parameters

v  DoubleVector
Another vector the same length as self.

Return Value

Double
The dot product of self with v.
See Also