 | DoubleSVDecompLeftVector Method |
Returns the specified left singular vector.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic DoubleVector LeftVector(
int i
)
Public Function LeftVector (
i As Integer
) As DoubleVector
public:
DoubleVector^ LeftVector(
int i
)
member LeftVector :
i : int -> DoubleVector
Parameters
- i
- Type: SystemInt32
Index.
Return Value
Type:
DoubleVectorThe
ith left singular vector.
RemarksThis is the same as the ith column of the
matrix U.
See Also