|
| FloatEIG () |
|
| FloatEIG (const FloatComplexMatrix &a, bool calc_rev=true, bool calc_lev=true, bool balance=true) |
|
| FloatEIG (const FloatComplexMatrix &a, const FloatComplexMatrix &b, bool calc_rev=true, bool calc_lev=true, bool force_qz=false) |
|
| FloatEIG (const FloatComplexMatrix &a, const FloatComplexMatrix &b, octave_idx_type &info, bool calc_rev=true, bool calc_lev=true, bool force_qz=false) |
|
| FloatEIG (const FloatComplexMatrix &a, octave_idx_type &info, bool calc_rev=true, bool calc_lev=true, bool balance=true) |
|
| FloatEIG (const FloatEIG &a) |
|
| FloatEIG (const FloatMatrix &a, bool calc_rev=true, bool calc_lev=true, bool balance=true) |
|
| FloatEIG (const FloatMatrix &a, const FloatMatrix &b, bool calc_rev=true, bool calc_lev=true, bool force_qz=false) |
|
| FloatEIG (const FloatMatrix &a, const FloatMatrix &b, octave_idx_type &info, bool calc_rev=true, bool calc_lev=true, bool force_qz=false) |
|
| FloatEIG (const FloatMatrix &a, octave_idx_type &info, bool calc_rev=true, bool calc_lev=true, bool balance=true) |
|
| ~FloatEIG ()=default |
|
FloatComplexColumnVector | eigenvalues () const |
|
FloatComplexMatrix | left_eigenvectors () const |
|
FloatEIG & | operator= (const FloatEIG &a) |
|
FloatComplexMatrix | right_eigenvectors () const |
|
Definition at line 38 of file fEIG.h.