GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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_eigenvectors=true)EIGinline
EIG(const Matrix &a, octave_idx_type &info, bool calc_eigenvectors=true)EIGinline
EIG(const Matrix &a, const Matrix &b, bool calc_eigenvectors=true)EIGinline
EIG(const Matrix &a, const Matrix &b, octave_idx_type &info, bool calc_eigenvectors=true)EIGinline
EIG(const ComplexMatrix &a, bool calc_eigenvectors=true)EIGinline
EIG(const ComplexMatrix &a, octave_idx_type &info, bool calc_eigenvectors=true)EIGinline
EIG(const ComplexMatrix &a, const ComplexMatrix &b, bool calc_eigenvectors=true)EIGinline
EIG(const ComplexMatrix &a, const ComplexMatrix &b, octave_idx_type &info, bool calc_eigenvectors=true)EIGinline
EIG(const EIG &a)EIGinline
eigenvalues(void) const EIGinline
eigenvectors(void) const EIGinline
hermitian_init(const ComplexMatrix &a, bool calc_eigenvectors)EIGprivate
hermitian_init(const ComplexMatrix &a, const ComplexMatrix &b, bool calc_eigenvectors)EIGprivate
init(const Matrix &a, bool calc_eigenvectors)EIGprivate
init(const Matrix &a, const Matrix &b, bool calc_eigenvectors)EIGprivate
init(const ComplexMatrix &a, bool calc_eigenvectors)EIGprivate
init(const ComplexMatrix &a, const ComplexMatrix &b, bool calc_eigenvectors)EIGprivate
lambdaEIGprivate
Matrix classEIGfriend
operator<<(std::ostream &os, const EIG &a)EIGfriend
operator=(const EIG &a)EIGinline
symmetric_init(const Matrix &a, bool calc_eigenvectors)EIGprivate
symmetric_init(const Matrix &a, const Matrix &b, bool calc_eigenvectors)EIGprivate
vEIGprivate
~EIG(void)EIGinline