A uniform object-oriented solution to the eigenvalue problem for real symmetric and Hermitian matrices
收藏NIAID Data Ecosystem2026-03-11 收录
下载链接:
https://data.mendeley.com/datasets/fvnjffw7t3
下载链接
链接失效反馈官方服务:
资源简介:
Abstract
We present a system of classes, SHMatrix, to deal in a unified way with the computation of eigenvalues and eigenvectors in real symmetric and Hermitian matrices. Thus, two descendant classes, one for the real symmetric and other for the Hermitian cases, override the abstract methods defined in a base class. The use of the inheritance relationship and polymorphism allows handling objects of any descendant class using a single reference of the base class. The system of classes is intended to be...
Title of program: SHMatrix
Catalogue Id: AEHZ_v1_0
Nature of problem
The treatment of problems involving eigensystems is a central topic in the quantum mechanical field. Here, the use of the variational approach leads to the computation of eigenvalues and eigenvectors of real symmetric and Hermitian Hamiltonian matrices. Realistic models with several degrees of freedom leads to large (sometimes very large) matrices. Different techniques, such as divide and conquer, can be used to factorize the matrices in order to apply a parallel computing approach. However, it ...
Versions of this program held in the CPC repository in Mendeley Data
AEHZ_v1_0; SHMatrix; 10.1016/j.cpc.2010.11.022
This program has been imported from the CPC Program Library held at Queen's University Belfast (1969-2018)
创建时间:
2019-11-11



