#include "aepbalance.h"
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 |
aepbalance & | operator= (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 |
Definition at line 38 of file aepbalance.h.
typedef MT::real_column_vector_type octave::math::aepbalance< MT >::VT |
Definition at line 42 of file aepbalance.h.
|
inline |
Definition at line 44 of file aepbalance.h.
octave::math::aepbalance< MT >::aepbalance | ( | const MT & | a, |
bool | noperm = false , |
||
bool | noscal = false |
||
) |
|
inline |
Definition at line 48 of file aepbalance.h.
|
virtualdefault |
|
inline |
Definition at line 71 of file aepbalance.h.
References octave::math::aepbalance< MT >::balanced_mat.
Referenced by Fbalance().
MT octave::math::aepbalance< MT >::balancing_matrix | ( | void | ) | const |
Referenced by Fbalance().
|
inline |
Definition at line 53 of file aepbalance.h.
References octave::math::aepbalance< MT >::balanced_mat, octave::math::aepbalance< MT >::ihi, octave::math::aepbalance< MT >::ilo, octave::math::aepbalance< MT >::job, and octave::math::aepbalance< MT >::scale.
|
inline |
Definition at line 76 of file aepbalance.h.
References octave::math::aepbalance< MT >::balanced_mat, octave::math::aepbalance< MT >::ihi, octave::math::aepbalance< MT >::ilo, n, and octave::math::aepbalance< MT >::scale.
Referenced by Fbalance().
|
inline |
Definition at line 100 of file aepbalance.h.
References octave::math::aepbalance< MT >::balanced_mat, octave::math::aepbalance< MT >::ihi, octave::math::aepbalance< MT >::ilo, n, and octave::math::aepbalance< MT >::scale.
Referenced by Fbalance().
|
protected |
Definition at line 120 of file aepbalance.h.
Referenced by octave::math::aepbalance< MT >::balanced_matrix(), octave::math::aepbalance< MT >::operator=(), octave::math::aepbalance< MT >::permuting_vector(), and octave::math::aepbalance< MT >::scaling_vector().
|
protected |
Definition at line 123 of file aepbalance.h.
Referenced by octave::math::aepbalance< MT >::operator=(), octave::math::aepbalance< MT >::permuting_vector(), and octave::math::aepbalance< MT >::scaling_vector().
|
protected |
Definition at line 122 of file aepbalance.h.
Referenced by octave::math::aepbalance< MT >::operator=(), octave::math::aepbalance< MT >::permuting_vector(), and octave::math::aepbalance< MT >::scaling_vector().
|
protected |
Definition at line 124 of file aepbalance.h.
Referenced by octave::math::aepbalance< MT >::operator=().
|
protected |
Definition at line 121 of file aepbalance.h.
Referenced by octave::math::aepbalance< MT >::operator=(), octave::math::aepbalance< MT >::permuting_vector(), and octave::math::aepbalance< MT >::scaling_vector().