GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
This is the complete list of members for EIG, including all inherited members.
ComplexMatrix class | EIG | friend |
EIG(void) | EIG | inline |
EIG(const Matrix &a, bool calc_eigenvectors=true) | EIG | inline |
EIG(const Matrix &a, octave_idx_type &info, bool calc_eigenvectors=true) | EIG | inline |
EIG(const Matrix &a, const Matrix &b, bool calc_eigenvectors=true) | EIG | inline |
EIG(const Matrix &a, const Matrix &b, octave_idx_type &info, bool calc_eigenvectors=true) | EIG | inline |
EIG(const ComplexMatrix &a, bool calc_eigenvectors=true) | EIG | inline |
EIG(const ComplexMatrix &a, octave_idx_type &info, bool calc_eigenvectors=true) | EIG | inline |
EIG(const ComplexMatrix &a, const ComplexMatrix &b, bool calc_eigenvectors=true) | EIG | inline |
EIG(const ComplexMatrix &a, const ComplexMatrix &b, octave_idx_type &info, bool calc_eigenvectors=true) | EIG | inline |
EIG(const EIG &a) | EIG | inline |
eigenvalues(void) const | EIG | inline |
eigenvectors(void) const | EIG | inline |
hermitian_init(const ComplexMatrix &a, bool calc_eigenvectors) | EIG | private |
hermitian_init(const ComplexMatrix &a, const ComplexMatrix &b, bool calc_eigenvectors) | EIG | private |
init(const Matrix &a, bool calc_eigenvectors) | EIG | private |
init(const Matrix &a, const Matrix &b, bool calc_eigenvectors) | EIG | private |
init(const ComplexMatrix &a, bool calc_eigenvectors) | EIG | private |
init(const ComplexMatrix &a, const ComplexMatrix &b, bool calc_eigenvectors) | EIG | private |
lambda | EIG | private |
Matrix class | EIG | friend |
operator<<(std::ostream &os, const EIG &a) | EIG | friend |
operator=(const EIG &a) | EIG | inline |
symmetric_init(const Matrix &a, bool calc_eigenvectors) | EIG | private |
symmetric_init(const Matrix &a, const Matrix &b, bool calc_eigenvectors) | EIG | private |
v | EIG | private |
~EIG(void) | EIG | inline |