Click or drag to resize

ArnoldiEigenvalueSolution Properties

The ArnoldiEigenvalueSolution type exposes the following members.

Properties
 NameDescription
Public propertyArnoldiUpdateIterations The number of Arnoldi update iterations taken.
Public propertyEigenvalues The eigenvalues in ascending algebraic order
Public propertyEigenvectors 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).
Public propertyEigenvectorsComputedtrue if eigenvectors were requested and successfully computed.
Public propertyInfo Information code returned from ARPACK.
Public propertyMessage Arnoldi solver error message.
Public propertyNumCovergedRitzValues The number of Ritz values that satisfy the convergence criterion.
Public propertyResiduals The final residual vector.
Public propertyStatus The status of Arnoldi solver.
Top
See Also