Click or drag to resize

DoubleVectorNegate Method

Negates a vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleVector Negate(
	DoubleVector v
)

Parameters

v  DoubleVector
A vector.

Return Value

DoubleVector
A new vector containing negated values.
Remarks
u[i] = -v[i]
See Also