  | DoubleSymEigDecompEigenVectors Property | 
            Gets the matrix of eigenvectors.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix EigenVectors { get; }Public ReadOnly Property EigenVectors As DoubleMatrix
	Get
public:
property DoubleMatrix^ EigenVectors {
	DoubleMatrix^ get ();
}member EigenVectors : DoubleMatrix with get
Property Value
DoubleMatrix
RemarksThe ith column is a eigenvector for the
            eigenvalue obtained as the ith element of the vector
            returned by the EigenValues property, which is the same
            as the eigenvalue returned by invoking the member function
            EigenValue(i).
See Also