Returns the specified left singular vector.

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

Syntax

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

Parameters

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

Return Value

The ith left singular vector.

Remarks

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

See Also