ScaMaC
0.8.2
A Scalable Matrix Collection
|
Compute entire spectrum of (sparse) matrix. More...
Go to the source code of this file.
Functions | |
ScamacErrorCode | scamac_spectrum_real_symmetric (const ScamacMatrix *sm, double **spec) |
Compute spectrum of real symmetric matrix. More... | |
ScamacErrorCode | scamac_spectrum_real_general (const ScamacMatrix *sm, double **spec) |
Compute spectrum of general symmetric matrix. More... | |
ScamacErrorCode | scamac_spectrum_cplx_hermitian (const ScamacMatrix *sm, double **spec) |
Compute spectrum of hermitian complex matrix. More... | |
ScamacErrorCode | scamac_spectrum_cplx_general (const ScamacMatrix *sm, double **spec) |
Compute spectrum of general complex matrix. More... | |
Compute entire spectrum of (sparse) matrix.