GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::math::aepbalance< MT > Class Template Reference

#include "aepbalance.h"

Collaboration diagram for octave::math::aepbalance< MT >:

Public Types

typedef MT::real_column_vector_type VT
 

Public Member Functions

 aepbalance (const aepbalance &a)
 
 aepbalance (const MT &a, bool noperm=false, bool noscal=false)
 
 aepbalance (void)
 
virtual ~aepbalance (void)=default
 
MT balanced_matrix (void) const
 
MT balancing_matrix (void) const
 
aepbalanceoperator= (const aepbalance &a)
 
VT permuting_vector (void) const
 
VT scaling_vector (void) const
 

Protected Attributes

MT balanced_mat
 
octave_idx_type ihi
 
octave_idx_type ilo
 
char job
 
VT scale
 

Detailed Description

template<typename MT>
class octave::math::aepbalance< MT >

Definition at line 38 of file aepbalance.h.

Member Typedef Documentation

◆ VT

template<typename MT >
typedef MT::real_column_vector_type octave::math::aepbalance< MT >::VT

Definition at line 42 of file aepbalance.h.

Constructor & Destructor Documentation

◆ aepbalance() [1/3]

template<typename MT >
octave::math::aepbalance< MT >::aepbalance ( void  )
inline

Definition at line 44 of file aepbalance.h.

◆ aepbalance() [2/3]

template<typename MT >
octave::math::aepbalance< MT >::aepbalance ( const MT &  a,
bool  noperm = false,
bool  noscal = false 
)

◆ aepbalance() [3/3]

template<typename MT >
octave::math::aepbalance< MT >::aepbalance ( const aepbalance< MT > &  a)
inline

Definition at line 48 of file aepbalance.h.

◆ ~aepbalance()

template<typename MT >
virtual octave::math::aepbalance< MT >::~aepbalance ( void  )
virtualdefault

Member Function Documentation

◆ balanced_matrix()

template<typename MT >
MT octave::math::aepbalance< MT >::balanced_matrix ( void  ) const
inline

Definition at line 71 of file aepbalance.h.

References octave::math::aepbalance< MT >::balanced_mat.

Referenced by Fbalance().

◆ balancing_matrix()

template<typename MT >
MT octave::math::aepbalance< MT >::balancing_matrix ( void  ) const

Referenced by Fbalance().

◆ operator=()

◆ permuting_vector()

template<typename MT >
VT octave::math::aepbalance< MT >::permuting_vector ( void  ) const
inline

◆ scaling_vector()

template<typename MT >
VT octave::math::aepbalance< MT >::scaling_vector ( void  ) const
inline

Member Data Documentation

◆ balanced_mat

◆ ihi

◆ ilo

◆ job

template<typename MT >
char octave::math::aepbalance< MT >::job
protected

Definition at line 124 of file aepbalance.h.

Referenced by octave::math::aepbalance< MT >::operator=().

◆ scale


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