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

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

Syntax

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

See Also