Returns the specified right singular vector.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public FloatComplexVector RightVector(
	int i
)
Visual Basic (Declaration)
Public Function RightVector ( _
	i As Integer _
) As FloatComplexVector
Visual C++
public:
FloatComplexVector^ RightVector(
	int i
)

Parameters

i
Type: System..::.Int32
Index.

Return Value

The ith right singular vector.

Remarks

This is the same as the ith column of the matrix V.

See Also