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