![]() | Arnoldi |
The ArnoldiEigenvalueSolver type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArnoldiEigenvalueSolver | Constructs a SparseGeneralizedEigServer instance. |
Name | Description | |
---|---|---|
![]() ![]() | Solve(DoubleSymCsrSparseMatrix, DoubleSymCsrSparseMatrix, ArnoldiEigenvalueOptions) | Solve the generalized symmetric eigenvalue problem Ax = Mx(lambda) using Arnoldi iteration, Where A is symmetric and M is symmetric positive semi-definite. |
![]() ![]() | Solve(DoubleSymmetricMatrix, DoubleSymmetricMatrix, ArnoldiEigenvalueOptions) | Solve the generalized egivenvalue problem Ax = Mx(lambda) Where A is sparse symmetric and M is sparse symmetric semi position definite. Solve is accomplished using a shift and invert spectral transformation and implicitly restarted Arnoldi iteration. |