|  | ArnoldiEigenvalueSolutionEigenvectors Property | 
            If eigenvectors were requested the columns of this matrix contain
            the  M-orthonormal eigen vectors, where M is the matrix in the
            solved eigenvalue problem Ax = Mx(lambda). If eigenvectors were
            not requested this matrix is empty (0 rows, 0 columns).
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleMatrix Eigenvectors { get; set; }Public Property Eigenvectors As DoubleMatrix
	Get
	Set
public:
property DoubleMatrix^ Eigenvectors {
	DoubleMatrix^ get ();
	void set (DoubleMatrix^ value);
}member Eigenvectors : DoubleMatrix with get, set
Property Value
DoubleMatrix See Also
See Also