【源码】用于特征值问题的Davidson迭代算法仿真
该程序使用Davidson迭代法求解实对称矩阵的几个最小/最大特征值,尤其最好是对角占优矩阵。

This is a single routine that uses the Davidson’s iterative method to solve for a few of the lowest/highest eigenvalues of a real symmetric and preferably diagonally dominant matrix.

参考文献:

Davidson, E.R., “The iterative calculation of a few of the lowest eigenvalues and corresponding eigenvectors of large real-symmetric matrices”, J. Comput. Phys. 17, 87-94 (1975)

完整源码下载地址:

http://page2.dfpan.com/fs/8l3cfj4292216229166/

更多精彩文章请关注微信号:【源码】用于特征值问题的Davidson迭代算法仿真

相关文章:

  • 2021-05-11
  • 2021-12-12
  • 2021-10-31
  • 2021-12-05
  • 2022-12-23
  • 2021-12-23
  • 2022-02-17
  • 2021-04-19
猜你喜欢
  • 2021-10-06
  • 2021-11-23
  • 2021-10-14
  • 2022-02-13
  • 2021-12-25
  • 2022-12-23
相关资源
相似解决方案