ScaMaC  0.8.2
A Scalable Matrix Collection
scamac_densemat_lapack.h
Go to the documentation of this file.
1 
9 #ifndef SCAMAC_DENSEMAT_LAPACK_H
10 #define SCAMAC_DENSEMAT_LAPACK_H
11 
12 #include "scamac_error.h"
13 #include "scamac_defs.h"
14 #include "scamac_inttypes.h"
15 #include <complex.h>
16 
17 ScamacErrorCode scamac_densemat_symmetric_eigensystem(ScamacInt n, const double *dm, double *eig, double *eigvec);
18 
19 #endif /* SCAMAC_DENSEMAT_LAPACK_H */
basic ScaMaC definitions
ScaMaC index/integer types.
ScaMaC data structure and macro definitions.