GNU Octave  4.4.1
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 (void)
 
 aepbalance (const MT &a, bool noperm=false, bool noscal=false)
 
 aepbalance (const aepbalance &a)
 
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 36 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 40 of file aepbalance.h.

Constructor & Destructor Documentation

◆ aepbalance() [1/3]

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

Definition at line 42 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 46 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 69 of file aepbalance.h.

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

◆ balancing_matrix()

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

◆ operator=()

◆ permuting_vector()

◆ scaling_vector()

Member Data Documentation

◆ balanced_mat

◆ ihi

◆ ilo

◆ job

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

Definition at line 122 of file aepbalance.h.

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

◆ scale


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