GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
FloatEIG Class Reference

#include "fEIG.h"

Collaboration diagram for FloatEIG:

Public Member Functions

 FloatEIG (void)
 
 FloatEIG (const FloatMatrix &a, bool calc_rev=true, bool calc_lev=true, bool balance=true)
 
 FloatEIG (const FloatMatrix &a, octave_idx_type &info, 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 FloatComplexMatrix &a, bool calc_rev=true, bool calc_lev=true, bool balance=true)
 
 FloatEIG (const FloatComplexMatrix &a, octave_idx_type &info, 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 FloatEIG &a)
 
 ~FloatEIG (void)=default
 
FloatComplexColumnVector eigenvalues (void) const
 
FloatComplexMatrix left_eigenvectors (void) const
 
FloatEIGoperator= (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 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 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 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)
 

Detailed Description

Definition at line 35 of file fEIG.h.

Constructor & Destructor Documentation

◆ FloatEIG() [1/10]

FloatEIG::FloatEIG ( void  )
inline

Definition at line 44 of file fEIG.h.

◆ FloatEIG() [2/10]

FloatEIG::FloatEIG ( const FloatMatrix a,
bool  calc_rev = true,
bool  calc_lev = true,
bool  balance = true 
)
inline

Definition at line 46 of file fEIG.h.

References a.

◆ FloatEIG() [3/10]

FloatEIG::FloatEIG ( const FloatMatrix a,
octave_idx_type info,
bool  calc_rev = true,
bool  calc_lev = true,
bool  balance = true 
)
inline

Definition at line 53 of file fEIG.h.

References a.

◆ FloatEIG() [4/10]

FloatEIG::FloatEIG ( const FloatMatrix a,
const FloatMatrix b,
bool  calc_rev = true,
bool  calc_lev = true,
bool  force_qz = false 
)
inline

Definition at line 60 of file fEIG.h.

References a, and b.

◆ FloatEIG() [5/10]

FloatEIG::FloatEIG ( const FloatMatrix a,
const FloatMatrix b,
octave_idx_type info,
bool  calc_rev = true,
bool  calc_lev = true,
bool  force_qz = false 
)
inline

Definition at line 67 of file fEIG.h.

References a, and b.

◆ FloatEIG() [6/10]

FloatEIG::FloatEIG ( const FloatComplexMatrix a,
bool  calc_rev = true,
bool  calc_lev = true,
bool  balance = true 
)
inline

Definition at line 74 of file fEIG.h.

References a.

◆ FloatEIG() [7/10]

FloatEIG::FloatEIG ( const FloatComplexMatrix a,
octave_idx_type info,
bool  calc_rev = true,
bool  calc_lev = true,
bool  balance = true 
)
inline

Definition at line 81 of file fEIG.h.

References a.

◆ FloatEIG() [8/10]

FloatEIG::FloatEIG ( const FloatComplexMatrix a,
const FloatComplexMatrix b,
bool  calc_rev = true,
bool  calc_lev = true,
bool  force_qz = false 
)
inline

Definition at line 88 of file fEIG.h.

References a, and b.

◆ FloatEIG() [9/10]

FloatEIG::FloatEIG ( const FloatComplexMatrix a,
const FloatComplexMatrix b,
octave_idx_type info,
bool  calc_rev = true,
bool  calc_lev = true,
bool  force_qz = false 
)
inline

Definition at line 95 of file fEIG.h.

References a, and b.

◆ FloatEIG() [10/10]

FloatEIG::FloatEIG ( const FloatEIG a)
inline

Definition at line 103 of file fEIG.h.

◆ ~FloatEIG()

FloatEIG::~FloatEIG ( void  )
default

Member Function Documentation

◆ eigenvalues()

FloatComplexColumnVector FloatEIG::eigenvalues ( void  ) const
inline

Definition at line 118 of file fEIG.h.

Referenced by xpow().

◆ hermitian_init() [1/2]

octave_idx_type FloatEIG::hermitian_init ( const FloatComplexMatrix a,
bool  calc_rev,
bool  calc_lev 
)
private

Definition at line 326 of file fEIG.cc.

References a, a_nc, F77_CMPLX_ARG, F77_XFCN, FloatComplexMatrix, Array< T >::fortran_vec(), lambda, v, and w.

Referenced by init().

◆ hermitian_init() [2/2]

octave_idx_type FloatEIG::hermitian_init ( const FloatComplexMatrix a,
const FloatComplexMatrix b,
bool  calc_rev,
bool  calc_lev 
)
private

Definition at line 698 of file fEIG.cc.

References a, a_nc, b, b_nc, F77_CMPLX_ARG, F77_XFCN, FloatComplexMatrix, Array< T >::fortran_vec(), lambda, v, and w.

◆ init() [1/4]

octave_idx_type FloatEIG::init ( const FloatMatrix a,
bool  calc_rev,
bool  calc_lev,
bool  balance 
)
private

◆ init() [2/4]

octave_idx_type FloatEIG::init ( const FloatMatrix a,
const FloatMatrix b,
bool  calc_rev,
bool  calc_lev,
bool  force_qz 
)
private

◆ init() [3/4]

octave_idx_type FloatEIG::init ( const FloatComplexMatrix a,
bool  calc_rev,
bool  calc_lev,
bool  balance 
)
private

◆ init() [4/4]

octave_idx_type FloatEIG::init ( const FloatComplexMatrix a,
const FloatComplexMatrix b,
bool  calc_rev,
bool  calc_lev,
bool  force_qz 
)
private

◆ left_eigenvectors()

FloatComplexMatrix FloatEIG::left_eigenvectors ( void  ) const
inline

Definition at line 120 of file fEIG.h.

References Faddeeva::w().

◆ operator=()

FloatEIG& FloatEIG::operator= ( const FloatEIG a)
inline

Definition at line 105 of file fEIG.h.

References a, and Faddeeva::w().

◆ right_eigenvectors()

FloatComplexMatrix FloatEIG::right_eigenvectors ( void  ) const
inline

Definition at line 119 of file fEIG.h.

Referenced by xpow().

◆ symmetric_init() [1/2]

octave_idx_type FloatEIG::symmetric_init ( const FloatMatrix a,
bool  calc_rev,
bool  calc_lev 
)
private

Definition at line 174 of file fEIG.cc.

References a, a_nc, F77_XFCN, FloatComplexMatrix, Array< T >::fortran_vec(), lambda, v, and w.

Referenced by init().

◆ symmetric_init() [2/2]

octave_idx_type FloatEIG::symmetric_init ( const FloatMatrix a,
const FloatMatrix b,
bool  calc_rev,
bool  calc_lev 
)
private

Definition at line 525 of file fEIG.cc.

References a, a_nc, b, b_nc, F77_XFCN, FloatComplexMatrix, Array< T >::fortran_vec(), lambda, v, and w.

Friends And Related Function Documentation

◆ FloatComplexMatrix

friend class FloatComplexMatrix
friend

Definition at line 40 of file fEIG.h.

Referenced by hermitian_init(), and symmetric_init().

◆ FloatMatrix

friend class FloatMatrix
friend

Definition at line 39 of file fEIG.h.

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const FloatEIG a 
)
friend

Member Data Documentation

◆ lambda

FloatComplexColumnVector FloatEIG::lambda
private

Definition at line 126 of file fEIG.h.

Referenced by hermitian_init(), init(), and symmetric_init().

◆ v

FloatComplexMatrix FloatEIG::v
private

Definition at line 127 of file fEIG.h.

Referenced by hermitian_init(), init(), and symmetric_init().

◆ w

FloatComplexMatrix FloatEIG::w
private

Definition at line 128 of file fEIG.h.

Referenced by hermitian_init(), init(), and symmetric_init().


The documentation for this class was generated from the following files: