Click or drag to resize

DoubleSVDecompRightVector Method

Returns the specified right singular vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector RightVector(
	int i
)

Parameters

i  Int32
Index.

Return Value

DoubleVector
The ith right singular vector.
Remarks
This is the same as the ith column of the matrix V.
See Also