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