|  | ArnoldiEigenvalueSolutionEigenvectorsComputed Property | 
true if eigenvectors were requested and successfully
            computed.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool EigenvectorsComputed { get; set; }Public Property EigenvectorsComputed As Boolean
	Get
	Set
public:
property bool EigenvectorsComputed {
	bool get ();
	void set (bool value);
}member EigenvectorsComputed : bool with get, set
Property Value
Boolean See Also
See Also