#include "aepbalance.h"
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 |
aepbalance & | operator= (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 |
Definition at line 38 of file aepbalance.h.
typedef MT::real_column_vector_type octave::math::aepbalance< MT >::VT |
Definition at line 43 of file aepbalance.h.
|
inline |
Definition at line 45 of file aepbalance.h.
OCTAVE_API octave::math::aepbalance< MT >::aepbalance | ( | const MT & | a, |
bool | noperm = false , |
||
bool | noscal = false |
||
) |
|
inline |
Definition at line 49 of file aepbalance.h.
|
virtualdefault |
|
inline |
Definition at line 72 of file aepbalance.h.
OCTAVE_API MT octave::math::aepbalance< MT >::balancing_matrix | ( | void | ) | const |
|
inline |
Definition at line 54 of file aepbalance.h.
References octave::math::aepbalance< MT >::m_balanced_mat, octave::math::aepbalance< MT >::m_ihi, octave::math::aepbalance< MT >::m_ilo, octave::math::aepbalance< MT >::m_job, and octave::math::aepbalance< MT >::m_scale.
|
inline |
Definition at line 77 of file aepbalance.h.
|
inline |
Definition at line 101 of file aepbalance.h.
|
protected |
Definition at line 121 of file aepbalance.h.
Referenced by octave::math::aepbalance< MT >::operator=().
|
protected |
Definition at line 124 of file aepbalance.h.
Referenced by octave::math::aepbalance< MT >::operator=().
|
protected |
Definition at line 123 of file aepbalance.h.
Referenced by octave::math::aepbalance< MT >::operator=().
|
protected |
Definition at line 125 of file aepbalance.h.
Referenced by octave::math::aepbalance< MT >::operator=().
|
protected |
Definition at line 122 of file aepbalance.h.
Referenced by octave::math::aepbalance< MT >::operator=().