#include "fEIG.h"
Public Member Functions | |
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 (void) | |
~FloatEIG (void)=default | |
FloatComplexColumnVector | eigenvalues (void) const |
FloatComplexMatrix | left_eigenvectors (void) const |
FloatEIG & | operator= (const FloatEIG &a) |
FloatComplexMatrix | right_eigenvectors (void) const |
Private Member Functions | |
octave_idx_type | hermitian_init (const FloatComplexMatrix &a, bool calc_rev, bool calc_lev) |
octave_idx_type | hermitian_init (const FloatComplexMatrix &a, const FloatComplexMatrix &b, bool calc_rev, bool calc_lev) |
octave_idx_type | init (const FloatComplexMatrix &a, bool calc_rev, bool calc_lev, bool balance) |
octave_idx_type | init (const FloatComplexMatrix &a, const FloatComplexMatrix &b, bool calc_rev, bool calc_lev, bool force_qz) |
octave_idx_type | init (const FloatMatrix &a, bool calc_rev, bool calc_lev, bool balance) |
octave_idx_type | init (const FloatMatrix &a, const FloatMatrix &b, bool calc_rev, bool calc_lev, bool force_qz) |
octave_idx_type | symmetric_init (const FloatMatrix &a, bool calc_rev, bool calc_lev) |
octave_idx_type | symmetric_init (const FloatMatrix &a, const FloatMatrix &b, bool calc_rev, bool calc_lev) |
Private Attributes | |
FloatComplexColumnVector | lambda |
FloatComplexMatrix | v |
FloatComplexMatrix | w |
Friends | |
class | FloatComplexMatrix |
class | FloatMatrix |
std::ostream & | operator<< (std::ostream &os, const FloatEIG &a) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
inline |
|
private |
Definition at line 328 of file fEIG.cc.
References Array< T >::cols(), F77_CMPLX_ARG, F77_XFCN, FloatComplexMatrix, Array< T >::fortran_vec(), lambda, n, Array< T >::rows(), v, and w.
Referenced by init().
|
private |
Definition at line 700 of file fEIG.cc.
References Array< T >::cols(), F77_CMPLX_ARG, F77_XFCN, FloatComplexMatrix, Array< T >::fortran_vec(), lambda, n, Array< T >::rows(), v, and w.
|
private |
Definition at line 228 of file fEIG.cc.
References FloatComplexNDArray::any_element_is_inf_or_nan(), Array< T >::cols(), F77_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), hermitian_init(), FloatComplexMatrix::ishermitian(), lambda, n, Array< T >::rows(), scale(), v, and w.
|
private |
Definition at line 593 of file fEIG.cc.
References FloatComplexNDArray::any_element_is_inf_or_nan(), Array< T >::cols(), Array< T >::elem(), F77_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), hermitian_init(), FloatComplexMatrix::ishermitian(), lambda, n, FloatComplexColumnVector::resize(), Array< T >::rows(), v, and w.
|
private |
Definition at line 38 of file fEIG.cc.
References FloatNDArray::any_element_is_inf_or_nan(), Array< T >::cols(), Array< T >::elem(), F77_XFCN, Array< T >::fortran_vec(), FloatMatrix::issymmetric(), lambda, n, FloatComplexColumnVector::resize(), FloatComplexMatrix::resize(), Array< T >::rows(), scale(), symmetric_init(), v, w, and octave::wi.
|
private |
Definition at line 388 of file fEIG.cc.
References FloatNDArray::any_element_is_inf_or_nan(), Array< T >::cols(), Array< T >::elem(), F77_XFCN, Array< T >::fortran_vec(), FloatMatrix::issymmetric(), lambda, n, FloatComplexColumnVector::resize(), FloatComplexMatrix::resize(), Array< T >::rows(), symmetric_init(), v, and w.
|
inline |
|
inline |
|
private |
Definition at line 176 of file fEIG.cc.
References Array< T >::cols(), F77_XFCN, FloatComplexMatrix, Array< T >::fortran_vec(), lambda, n, Array< T >::rows(), v, and w.
Referenced by init().
|
private |
Definition at line 527 of file fEIG.cc.
References Array< T >::cols(), F77_XFCN, FloatComplexMatrix, Array< T >::fortran_vec(), lambda, n, Array< T >::rows(), v, and w.
|
friend |
Definition at line 43 of file fEIG.h.
Referenced by hermitian_init(), and symmetric_init().
|
friend |
|
friend |
|
private |
Definition at line 129 of file fEIG.h.
Referenced by hermitian_init(), init(), operator=(), and symmetric_init().
|
private |
Definition at line 130 of file fEIG.h.
Referenced by hermitian_init(), init(), operator=(), and symmetric_init().
|
private |
Definition at line 131 of file fEIG.h.
Referenced by hermitian_init(), init(), operator=(), and symmetric_init().