 | DoubleHermitianEigDecompEigenVectors Property |
Gets the matrix of eigenvectors.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleComplexMatrix EigenVectors { get; }
Public ReadOnly Property EigenVectors As DoubleComplexMatrix
Get
public:
property DoubleComplexMatrix^ EigenVectors {
DoubleComplexMatrix^ get ();
}
member EigenVectors : DoubleComplexMatrix with get
Property Value
DoubleComplexMatrix
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