  | DoubleSymEigDecompServerComputeVectors Property | 
            Gets and sets a boolean value indicating whether or not eigenvectors
            should be computed.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool ComputeVectors { get; set; }Public Property ComputeVectors As Boolean
	Get
	Set
public:
property bool ComputeVectors {
	bool get ();
	void set (bool value);
}member ComputeVectors : bool with get, set
Property Value
Boolean
See Also