#include "EIG.h"
|
| EIG () |
|
| EIG (const ComplexMatrix &a, bool calc_rev=true, bool calc_lev=true, bool balance=true) |
|
| EIG (const ComplexMatrix &a, const ComplexMatrix &b, bool calc_rev=true, bool calc_lev=true, bool force_qz=false) |
|
| EIG (const ComplexMatrix &a, const ComplexMatrix &b, octave_idx_type &info, bool calc_rev=true, bool calc_lev=true, bool force_qz=false) |
|
| EIG (const ComplexMatrix &a, octave_idx_type &info, bool calc_rev=true, bool calc_lev=true, bool balance=true) |
|
| EIG (const EIG &a) |
|
| EIG (const Matrix &a, bool calc_rev=true, bool calc_lev=true, bool balance=true) |
|
| EIG (const Matrix &a, const Matrix &b, bool calc_rev=true, bool calc_lev=true, bool force_qz=false) |
|
| EIG (const Matrix &a, const Matrix &b, octave_idx_type &info, bool calc_rev=true, bool calc_lev=true, bool force_qz=false) |
|
| EIG (const Matrix &a, octave_idx_type &info, bool calc_rev=true, bool calc_lev=true, bool balance=true) |
|
| ~EIG ()=default |
|
ComplexColumnVector | eigenvalues () const |
|
ComplexMatrix | left_eigenvectors () const |
|
EIG & | operator= (const EIG &a) |
|
ComplexMatrix | right_eigenvectors () const |
|
Definition at line 38 of file EIG.h.
◆ EIG() [1/10]
Definition at line 47 of file EIG.h.
◆ EIG() [2/10]
EIG::EIG |
( |
const Matrix & |
a, |
|
|
bool |
calc_rev = true , |
|
|
bool |
calc_lev = true , |
|
|
bool |
balance = true |
|
) |
| |
|
inline |
Definition at line 49 of file EIG.h.
◆ EIG() [3/10]
EIG::EIG |
( |
const Matrix & |
a, |
|
|
octave_idx_type & |
info, |
|
|
bool |
calc_rev = true , |
|
|
bool |
calc_lev = true , |
|
|
bool |
balance = true |
|
) |
| |
|
inline |
Definition at line 56 of file EIG.h.
◆ EIG() [4/10]
EIG::EIG |
( |
const Matrix & |
a, |
|
|
const Matrix & |
b, |
|
|
bool |
calc_rev = true , |
|
|
bool |
calc_lev = true , |
|
|
bool |
force_qz = false |
|
) |
| |
|
inline |
Definition at line 63 of file EIG.h.
◆ EIG() [5/10]
EIG::EIG |
( |
const Matrix & |
a, |
|
|
const Matrix & |
b, |
|
|
octave_idx_type & |
info, |
|
|
bool |
calc_rev = true , |
|
|
bool |
calc_lev = true , |
|
|
bool |
force_qz = false |
|
) |
| |
|
inline |
Definition at line 70 of file EIG.h.
◆ EIG() [6/10]
EIG::EIG |
( |
const ComplexMatrix & |
a, |
|
|
bool |
calc_rev = true , |
|
|
bool |
calc_lev = true , |
|
|
bool |
balance = true |
|
) |
| |
|
inline |
Definition at line 77 of file EIG.h.
◆ EIG() [7/10]
Definition at line 84 of file EIG.h.
◆ EIG() [8/10]
Definition at line 91 of file EIG.h.
◆ EIG() [9/10]
Definition at line 98 of file EIG.h.
◆ EIG() [10/10]
EIG::EIG |
( |
const EIG & |
a | ) |
|
|
inline |
◆ ~EIG()
◆ eigenvalues()
◆ left_eigenvectors()
◆ operator=()
EIG& EIG::operator= |
( |
const EIG & |
a | ) |
|
|
inline |
◆ right_eigenvectors()
◆ ComplexMatrix
Definition at line 43 of file EIG.h.
◆ Matrix
Definition at line 42 of file EIG.h.
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const EIG & |
a |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: