GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
EIG Member List

This is the complete list of members for EIG, including all inherited members.

ComplexMatrix classEIGfriend
EIG(void)EIGinline
EIG(const Matrix &a, bool calc_rev=true, bool calc_lev=true, bool balance=true)EIGinline
EIG(const Matrix &a, octave_idx_type &info, bool calc_rev=true, bool calc_lev=true, bool balance=true)EIGinline
EIG(const Matrix &a, const Matrix &b, bool calc_rev=true, bool calc_lev=true, bool force_qz=false)EIGinline
EIG(const Matrix &a, const Matrix &b, octave_idx_type &info, bool calc_rev=true, bool calc_lev=true, bool force_qz=false)EIGinline
EIG(const ComplexMatrix &a, bool calc_rev=true, bool calc_lev=true, bool balance=true)EIGinline
EIG(const ComplexMatrix &a, octave_idx_type &info, bool calc_rev=true, bool calc_lev=true, bool balance=true)EIGinline
EIG(const ComplexMatrix &a, const ComplexMatrix &b, bool calc_rev=true, bool calc_lev=true, bool force_qz=false)EIGinline
EIG(const ComplexMatrix &a, const ComplexMatrix &b, octave_idx_type &info, bool calc_rev=true, bool calc_lev=true, bool force_qz=false)EIGinline
EIG(const EIG &a)EIGinline
eigenvalues(void) constEIGinline
hermitian_init(const ComplexMatrix &a, bool calc_rev, bool calc_lev)EIGprivate
hermitian_init(const ComplexMatrix &a, const ComplexMatrix &b, bool calc_rev, bool calc_lev)EIGprivate
init(const Matrix &a, bool calc_rev, bool calc_lev, bool balance)EIGprivate
init(const Matrix &a, const Matrix &b, bool calc_rev, bool calc_lev, bool force_qz)EIGprivate
init(const ComplexMatrix &a, bool calc_rev, bool calc_lev, bool balance)EIGprivate
init(const ComplexMatrix &a, const ComplexMatrix &b, bool calc_rev, bool calc_lev, bool force_qz)EIGprivate
lambdaEIGprivate
left_eigenvectors(void) constEIGinline
Matrix classEIGfriend
operator<<(std::ostream &os, const EIG &a)EIGfriend
operator=(const EIG &a)EIGinline
right_eigenvectors(void) constEIGinline
symmetric_init(const Matrix &a, bool calc_rev, bool calc_lev)EIGprivate
symmetric_init(const Matrix &a, const Matrix &b, bool calc_rev, bool calc_lev)EIGprivate
vEIGprivate
wEIGprivate
~EIG(void)=defaultEIG