  | FloatSVDecompLeftVector Method | 
            Returns the specified left singular vector.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatVector LeftVector(
	int i
)
Public Function LeftVector ( 
	i As Integer
) As FloatVector
public:
FloatVector^ LeftVector(
	int i
)
member LeftVector : 
        i : int -> FloatVector Parameters
- i  Int32
 - Index.
 
Return Value
FloatVectorThe 
ith left singular vector.
RemarksThis is the same as the ith column of the
            matrix U.
See Also