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

#include "EIG.h"

Public Member Functions

 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
 
EIGoperator= (const EIG &a)
 
ComplexMatrix right_eigenvectors () const
 

Friends

class ComplexMatrix
 
class Matrix
 
std::ostream & operator<< (std::ostream &os, const EIG &a)
 

Detailed Description

Definition at line 38 of file EIG.h.

Constructor & Destructor Documentation

◆ EIG() [1/10]

EIG::EIG ( )
inline

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]

EIG::EIG ( const ComplexMatrix a,
octave_idx_type info,
bool  calc_rev = true,
bool  calc_lev = true,
bool  balance = true 
)
inline

Definition at line 84 of file EIG.h.

◆ EIG() [8/10]

EIG::EIG ( const ComplexMatrix a,
const ComplexMatrix b,
bool  calc_rev = true,
bool  calc_lev = true,
bool  force_qz = false 
)
inline

Definition at line 91 of file EIG.h.

◆ EIG() [9/10]

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

Definition at line 98 of file EIG.h.

◆ EIG() [10/10]

EIG::EIG ( const EIG a)
inline

Definition at line 106 of file EIG.h.

◆ ~EIG()

EIG::~EIG ( )
default

Member Function Documentation

◆ eigenvalues()

ComplexColumnVector EIG::eigenvalues ( ) const
inline

Definition at line 121 of file EIG.h.

Referenced by Feig(), and is_coplanar().

◆ left_eigenvectors()

ComplexMatrix EIG::left_eigenvectors ( ) const
inline

Definition at line 123 of file EIG.h.

Referenced by Feig().

◆ operator=()

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

Definition at line 108 of file EIG.h.

◆ right_eigenvectors()

ComplexMatrix EIG::right_eigenvectors ( ) const
inline

Definition at line 122 of file EIG.h.

Referenced by Feig().

Friends And Related Function Documentation

◆ ComplexMatrix

friend class ComplexMatrix
friend

Definition at line 43 of file EIG.h.

◆ Matrix

friend class Matrix
friend

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: