|  | ArnoldiEigenvalueOptionsComputeEigenvectors Property | 
            Gets and sets a boolean specifying whether or not eigenvectors 
            are computed.
            The default value is true.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool ComputeEigenvectors { get; set; }Public Property ComputeEigenvectors As Boolean
	Get
	Set
public:
property bool ComputeEigenvectors {
	bool get ();
	void set (bool value);
}member ComputeEigenvectors : bool with get, set
Property Value
Boolean See Also
See Also