| DoubleComplexSVDecompRightVectors Property |
Gets the matrix whose columns are the right singular vectors of
this decomposition.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleComplexMatrix RightVectors { get; }
Public ReadOnly Property RightVectors As DoubleComplexMatrix
Get
public:
property DoubleComplexMatrix^ RightVectors {
DoubleComplexMatrix^ get ();
}
member RightVectors : DoubleComplexMatrix with get
Property Value
DoubleComplexMatrixSee Also