GNU Octave 7.1.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)
 
OCTAVE_API aepbalance (const MT &a, bool noperm=false, bool noscal=false)
 
 aepbalance (void)
 
virtual ~aepbalance (void)=default
 
MT balanced_matrix (void) const
 
OCTAVE_API MT balancing_matrix (void) const
 
aepbalanceoperator= (const aepbalance &a)
 
VT permuting_vector (void) const
 
VT scaling_vector (void) const
 

Protected Attributes

MT m_balanced_mat
 
octave_idx_type m_ihi
 
octave_idx_type m_ilo
 
char m_job
 
VT m_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 43 of file aepbalance.h.

Constructor & Destructor Documentation

◆ aepbalance() [1/3]

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

Definition at line 45 of file aepbalance.h.

◆ aepbalance() [2/3]

template<typename MT >
OCTAVE_API 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 49 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 72 of file aepbalance.h.

◆ balancing_matrix()

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

◆ operator=()

◆ permuting_vector()

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

Definition at line 77 of file aepbalance.h.

◆ scaling_vector()

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

Definition at line 101 of file aepbalance.h.

Member Data Documentation

◆ m_balanced_mat

template<typename MT >
MT octave::math::aepbalance< MT >::m_balanced_mat
protected

Definition at line 121 of file aepbalance.h.

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

◆ m_ihi

template<typename MT >
octave_idx_type octave::math::aepbalance< MT >::m_ihi
protected

Definition at line 124 of file aepbalance.h.

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

◆ m_ilo

template<typename MT >
octave_idx_type octave::math::aepbalance< MT >::m_ilo
protected

Definition at line 123 of file aepbalance.h.

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

◆ m_job

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

Definition at line 125 of file aepbalance.h.

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

◆ m_scale

template<typename MT >
VT octave::math::aepbalance< MT >::m_scale
protected

Definition at line 122 of file aepbalance.h.

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


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