Click or drag to resize

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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix Eigenvectors { get; set; }

Property Value

DoubleMatrix
See Also