Go to the documentation of this file.
33#include <itpp/itexports.h>
53ITPP_EXPORT
bool eig_sym(
const mat &A, vec &d, mat &V);
69ITPP_EXPORT
bool eig_sym(
const mat &A, vec &d);
84ITPP_EXPORT vec
eig_sym(
const mat &A);
101ITPP_EXPORT
bool eig_sym(
const cmat &A, vec &d, cmat &V);
117ITPP_EXPORT
bool eig_sym(
const cmat &A, vec &d);
132ITPP_EXPORT vec
eig_sym(
const cmat &A);
149ITPP_EXPORT
bool eig(
const mat &A, cvec &d, cmat &V);
165ITPP_EXPORT
bool eig(
const mat &A, cvec &d);
180ITPP_EXPORT cvec
eig(
const mat &A);
197ITPP_EXPORT
bool eig(
const cmat &A, cvec &d, cmat &V);
213ITPP_EXPORT
bool eig(
const cmat &A, cvec &d);
228ITPP_EXPORT cvec
eig(
const cmat &A);
bool eig(const mat &A, cvec &d, cmat &V)
Calculates the eigenvalues and eigenvectors of a real non-symmetric matrix.
bool eig_sym(const mat &A, vec &d, mat &V)
Calculates the eigenvalues and eigenvectors of a symmetric real matrix.
Matrix Class Definitions.
Generated on Mon Apr 7 2025 07:53:18 for IT++ by Doxygen 1.11.0