33 #include <itpp/itexports.h>
53 ITPP_EXPORT
bool eig_sym(
const mat &A, vec &d, mat &V);
69 ITPP_EXPORT
bool eig_sym(
const mat &A, vec &d);
84 ITPP_EXPORT vec
eig_sym(
const mat &A);
101 ITPP_EXPORT
bool eig_sym(
const cmat &A, vec &d, cmat &V);
117 ITPP_EXPORT
bool eig_sym(
const cmat &A, vec &d);
132 ITPP_EXPORT vec
eig_sym(
const cmat &A);
149 ITPP_EXPORT
bool eig(
const mat &A, cvec &d, cmat &V);
165 ITPP_EXPORT
bool eig(
const mat &A, cvec &d);
180 ITPP_EXPORT cvec
eig(
const mat &A);
197 ITPP_EXPORT
bool eig(
const cmat &A, cvec &d, cmat &V);
213 ITPP_EXPORT
bool eig(
const cmat &A, cvec &d);
228 ITPP_EXPORT cvec
eig(
const cmat &A);
232 #endif // #ifndef EIGEN_H