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

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

Syntax

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

See Also