Gets and sets a boolean value indicating whether or not right eigenvectors should be computed.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public bool ComputeRightVectors { get; set; }
Visual Basic (Declaration)
Public Property ComputeRightVectors As Boolean
Visual C++
public:
property bool ComputeRightVectors {
	bool get ();
	void set (bool value);
}

See Also