ScaMaC  0.8.2
A Scalable Matrix Collection
Functions
scamac_spectrum.h File Reference

Compute entire spectrum of (sparse) matrix. More...

#include "scamac_error.h"
#include "scamac_sparsemat.h"

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...
 

Detailed Description

Compute entire spectrum of (sparse) matrix.

Author
Andreas Alvermann (University of Greifswald)
Date
October 2017 — today
Warning
Use only for small matrices.