GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
gepbalance< T > Class Template Reference

#include "gepbalance.h"

Collaboration diagram for gepbalance< T >:

Public Types

typedef T::real_matrix_type RT
 

Public Member Functions

 gepbalance (const gepbalance &a)
 
 gepbalance (const T &a, const T &b, const std::string &job)
 
 gepbalance (void)
 
 ~gepbalance (void)=default
 
balanced_matrix (void) const
 
balanced_matrix2 (void) const
 
RT balancing_matrix (void) const
 
RT balancing_matrix2 (void) const
 
gepbalanceoperator= (const gepbalance &a)
 

Private Member Functions

OCTAVE_API octave_idx_type init (const ComplexMatrix &a, const ComplexMatrix &b, const std::string &balance_job)
 
OCTAVE_API octave_idx_type init (const FloatComplexMatrix &a, const FloatComplexMatrix &b, const std::string &balance_job)
 
OCTAVE_API octave_idx_type init (const FloatMatrix &a, const FloatMatrix &b, const std::string &balance_job)
 
OCTAVE_API octave_idx_type init (const Matrix &a, const Matrix &b, const std::string &balance_job)
 
OCTAVE_API octave_idx_type init (const T &a, const T &b, const std::string &job)
 

Private Attributes

m_balanced_mat
 
m_balanced_mat2
 
RT m_balancing_mat
 
RT m_balancing_mat2
 

Detailed Description

template<typename T>
class gepbalance< T >

Definition at line 38 of file gepbalance.h.

Member Typedef Documentation

◆ RT

template<typename T >
typedef T::real_matrix_type gepbalance< T >::RT

Definition at line 43 of file gepbalance.h.

Constructor & Destructor Documentation

◆ gepbalance() [1/3]

template<typename T >
gepbalance< T >::gepbalance ( void  )
inline

Definition at line 45 of file gepbalance.h.

◆ gepbalance() [2/3]

template<typename T >
gepbalance< T >::gepbalance ( const T &  a,
const T &  b,
const std::string &  job 
)
inline

Definition at line 50 of file gepbalance.h.

◆ gepbalance() [3/3]

template<typename T >
gepbalance< T >::gepbalance ( const gepbalance< T > &  a)
inline

Definition at line 57 of file gepbalance.h.

◆ ~gepbalance()

template<typename T >
gepbalance< T >::~gepbalance ( void  )
default

Member Function Documentation

◆ balanced_matrix()

template<typename T >
T gepbalance< T >::balanced_matrix ( void  ) const
inline

Definition at line 79 of file gepbalance.h.

◆ balanced_matrix2()

template<typename T >
T gepbalance< T >::balanced_matrix2 ( void  ) const
inline

Definition at line 81 of file gepbalance.h.

◆ balancing_matrix()

template<typename T >
RT gepbalance< T >::balancing_matrix ( void  ) const
inline

Definition at line 83 of file gepbalance.h.

◆ balancing_matrix2()

template<typename T >
RT gepbalance< T >::balancing_matrix2 ( void  ) const
inline

Definition at line 85 of file gepbalance.h.

◆ init() [1/5]

◆ init() [2/5]

◆ init() [3/5]

◆ init() [4/5]

OCTAVE_API octave_idx_type gepbalance< Matrix >::init ( const Matrix a,
const Matrix b,
const std::string &  balance_job 
)
private

◆ init() [5/5]

template<typename T >
OCTAVE_API octave_idx_type gepbalance< T >::init ( const T &  a,
const T &  b,
const std::string &  job 
)
private

◆ operator=()

template<typename T >
gepbalance& gepbalance< T >::operator= ( const gepbalance< T > &  a)
inline

Member Data Documentation

◆ m_balanced_mat

template<typename T >
T gepbalance< T >::m_balanced_mat
private

Definition at line 89 of file gepbalance.h.

Referenced by gepbalance< T >::operator=().

◆ m_balanced_mat2

template<typename T >
T gepbalance< T >::m_balanced_mat2
private

Definition at line 90 of file gepbalance.h.

Referenced by gepbalance< T >::operator=().

◆ m_balancing_mat

template<typename T >
RT gepbalance< T >::m_balancing_mat
private

Definition at line 91 of file gepbalance.h.

Referenced by gepbalance< T >::operator=().

◆ m_balancing_mat2

template<typename T >
RT gepbalance< T >::m_balancing_mat2
private

Definition at line 92 of file gepbalance.h.

Referenced by gepbalance< T >::operator=().


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