Click or drag to resize

DoubleComplexSVDecompLeftVector Method

Returns the specified left singular vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexVector LeftVector(
	int i
)

Parameters

i  Int32
Index.

Return Value

DoubleComplexVector
The ith left singular vector.
Remarks
This is the same as the ith column of the matrix U.
See Also