| FloatComplexSVDecompRightVector Method |
Returns the specified right singular vector.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public FloatComplexVector RightVector(
int i
)
Public Function RightVector (
i As Integer
) As FloatComplexVector
public:
FloatComplexVector^ RightVector(
int i
)
member RightVector :
i : int -> FloatComplexVector
Parameters
- i Int32
- Index.
Return Value
FloatComplexVectorThe
ith right singular vector.
Remarks This is the same as the ith column of the
matrix V.
See Also