#include "EIG.h"
Public Member Functions | |
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 (void) | |
~EIG (void)=default | |
ComplexColumnVector | eigenvalues (void) const |
ComplexMatrix | left_eigenvectors (void) const |
EIG & | operator= (const EIG &a) |
ComplexMatrix | right_eigenvectors (void) const |
Private Member Functions | |
octave_idx_type | hermitian_init (const ComplexMatrix &a, bool calc_rev, bool calc_lev) |
octave_idx_type | hermitian_init (const ComplexMatrix &a, const ComplexMatrix &b, bool calc_rev, bool calc_lev) |
octave_idx_type | init (const ComplexMatrix &a, bool calc_rev, bool calc_lev, bool balance) |
octave_idx_type | init (const ComplexMatrix &a, const ComplexMatrix &b, bool calc_rev, bool calc_lev, bool force_qz) |
octave_idx_type | init (const Matrix &a, bool calc_rev, bool calc_lev, bool balance) |
octave_idx_type | init (const Matrix &a, const Matrix &b, bool calc_rev, bool calc_lev, bool force_qz) |
octave_idx_type | symmetric_init (const Matrix &a, bool calc_rev, bool calc_lev) |
octave_idx_type | symmetric_init (const Matrix &a, const Matrix &b, bool calc_rev, bool calc_lev) |
Private Attributes | |
ComplexColumnVector | lambda |
ComplexMatrix | v |
ComplexMatrix | w |
Friends | |
class | ComplexMatrix |
class | Matrix |
std::ostream & | operator<< (std::ostream &os, const EIG &a) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
inline |
|
private |
Definition at line 332 of file EIG.cc.
References Array< T >::cols(), ComplexMatrix, F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), lambda, n, Array< T >::rows(), v, and w.
Referenced by init().
|
private |
Definition at line 710 of file EIG.cc.
References Array< T >::cols(), ComplexMatrix, F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), lambda, n, Array< T >::rows(), v, and w.
|
private |
Definition at line 230 of file EIG.cc.
References ComplexNDArray::any_element_is_inf_or_nan(), Array< T >::cols(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), hermitian_init(), ComplexMatrix::ishermitian(), lambda, n, Array< T >::rows(), scale(), v, and w.
|
private |
Definition at line 598 of file EIG.cc.
References ComplexNDArray::any_element_is_inf_or_nan(), Array< T >::cols(), Array< T >::elem(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), hermitian_init(), ComplexMatrix::ishermitian(), lambda, n, ComplexColumnVector::resize(), Array< T >::rows(), v, and w.
|
private |
Definition at line 38 of file EIG.cc.
References NDArray::any_element_is_inf_or_nan(), Array< T >::cols(), Array< T >::elem(), F77_XFCN, Array< T >::fortran_vec(), Matrix::issymmetric(), lambda, n, ComplexColumnVector::resize(), ComplexMatrix::resize(), Array< T >::rows(), scale(), symmetric_init(), v, w, and octave::wi.
|
private |
Definition at line 391 of file EIG.cc.
References NDArray::any_element_is_inf_or_nan(), Array< T >::cols(), Array< T >::elem(), F77_XFCN, Array< T >::fortran_vec(), Matrix::issymmetric(), lambda, n, ComplexColumnVector::resize(), ComplexMatrix::resize(), Array< T >::rows(), symmetric_init(), v, and w.
|
inline |
|
inline |
|
private |
Definition at line 178 of file EIG.cc.
References Array< T >::cols(), ComplexMatrix, F77_XFCN, Array< T >::fortran_vec(), lambda, n, Array< T >::rows(), v, and w.
Referenced by init().
|
private |
Definition at line 532 of file EIG.cc.
References Array< T >::cols(), ComplexMatrix, F77_XFCN, Array< T >::fortran_vec(), lambda, n, Array< T >::rows(), v, and w.
|
friend |
Definition at line 43 of file EIG.h.
Referenced by hermitian_init(), and symmetric_init().
|
friend |
|
private |
Definition at line 129 of file EIG.h.
Referenced by hermitian_init(), init(), operator=(), and symmetric_init().
|
private |
Definition at line 130 of file EIG.h.
Referenced by hermitian_init(), init(), operator=(), and symmetric_init().
|
private |
Definition at line 131 of file EIG.h.
Referenced by hermitian_init(), init(), operator=(), and symmetric_init().