| FloatComplexSVDecompRightVectors 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 FloatComplexMatrix RightVectors { get; }
Public ReadOnly Property RightVectors As FloatComplexMatrix
Get
public:
property FloatComplexMatrix^ RightVectors {
FloatComplexMatrix^ get ();
}
member RightVectors : FloatComplexMatrix with get
Property Value
FloatComplexMatrixSee Also