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

#include "fEIG.h"

Public Member Functions

 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
 
FloatEIGoperator= (const FloatEIG &a)
 
FloatComplexMatrix right_eigenvectors () const
 

Friends

class FloatComplexMatrix
 
class FloatMatrix
 
std::ostream & operator<< (std::ostream &os, const FloatEIG &a)
 

Detailed Description

Definition at line 38 of file fEIG.h.

Constructor & Destructor Documentation

◆ FloatEIG() [1/10]

FloatEIG::FloatEIG ( )
inline

Definition at line 47 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 49 of file fEIG.h.

◆ 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 56 of file fEIG.h.

◆ 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 63 of file fEIG.h.

◆ 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 70 of file fEIG.h.

◆ FloatEIG() [6/10]

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

Definition at line 77 of file fEIG.h.

◆ 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 84 of file fEIG.h.

◆ 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 91 of file fEIG.h.

◆ 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 98 of file fEIG.h.

◆ FloatEIG() [10/10]

FloatEIG::FloatEIG ( const FloatEIG a)
inline

Definition at line 106 of file fEIG.h.

◆ ~FloatEIG()

FloatEIG::~FloatEIG ( )
default

Member Function Documentation

◆ eigenvalues()

FloatComplexColumnVector FloatEIG::eigenvalues ( ) const
inline

Definition at line 121 of file fEIG.h.

Referenced by Feig().

◆ left_eigenvectors()

FloatComplexMatrix FloatEIG::left_eigenvectors ( ) const
inline

Definition at line 123 of file fEIG.h.

Referenced by Feig().

◆ operator=()

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

Definition at line 108 of file fEIG.h.

◆ right_eigenvectors()

FloatComplexMatrix FloatEIG::right_eigenvectors ( ) const
inline

Definition at line 122 of file fEIG.h.

Referenced by Feig().

Friends And Related Function Documentation

◆ FloatComplexMatrix

friend class FloatComplexMatrix
friend

Definition at line 43 of file fEIG.h.

◆ FloatMatrix

friend class FloatMatrix
friend

Definition at line 42 of file fEIG.h.

◆ operator<<

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

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