Returns the specified left singular vector.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleComplexVector LeftVector( int i ) |
| Visual Basic (Declaration) |
|---|
Public Function LeftVector ( _ i As Integer _ ) As DoubleComplexVector |
| Visual C++ |
|---|
public: DoubleComplexVector^ LeftVector( int i ) |
Parameters
- i
- Type: System..::.Int32
Index.
Return Value
The ith left singular vector.
Remarks
This is the same as the ith column of the
matrix U.