ScaMaC
0.8.2
A Scalable Matrix Collection
lib
vecmat
src_densemat
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 */
scamac_defs.h
basic ScaMaC definitions
scamac_inttypes.h
ScaMaC index/integer types.
scamac_error.h
ScaMaC data structure and macro definitions.
Generated by
1.8.13