#include "gepbalance.h"
Public Types | |
typedef T::real_matrix_type | RT |
Public Member Functions | |
gepbalance (const gepbalance &a) | |
gepbalance (const T &a, const T &b, const std::string &job) | |
gepbalance (void) | |
~gepbalance (void)=default | |
T | balanced_matrix (void) const |
T | balanced_matrix2 (void) const |
RT | balancing_matrix (void) const |
RT | balancing_matrix2 (void) const |
gepbalance & | operator= (const gepbalance &a) |
Private Member Functions | |
octave_idx_type | init (const T &a, const T &b, const std::string &job) |
Private Attributes | |
T | balanced_mat |
T | balanced_mat2 |
RT | balancing_mat |
RT | balancing_mat2 |
Definition at line 38 of file gepbalance.h.
typedef T::real_matrix_type octave::math::gepbalance< T >::RT |
Definition at line 43 of file gepbalance.h.
|
inline |
Definition at line 45 of file gepbalance.h.
|
inline |
Definition at line 49 of file gepbalance.h.
|
inline |
Definition at line 55 of file gepbalance.h.
|
default |
|
inline |
Definition at line 75 of file gepbalance.h.
Referenced by Fbalance().
|
inline |
Definition at line 77 of file gepbalance.h.
Referenced by Fbalance().
|
inline |
Definition at line 79 of file gepbalance.h.
Referenced by Fbalance().
|
inline |
Definition at line 81 of file gepbalance.h.
Referenced by Fbalance().
|
private |
|
inline |
Definition at line 60 of file gepbalance.h.
References octave::math::gepbalance< T >::balanced_mat, octave::math::gepbalance< T >::balanced_mat2, octave::math::gepbalance< T >::balancing_mat, and octave::math::gepbalance< T >::balancing_mat2.
|
private |
Definition at line 85 of file gepbalance.h.
Referenced by octave::math::gepbalance< T >::operator=().
|
private |
Definition at line 86 of file gepbalance.h.
Referenced by octave::math::gepbalance< T >::operator=().
|
private |
Definition at line 87 of file gepbalance.h.
Referenced by octave::math::gepbalance< T >::operator=().
|
private |
Definition at line 88 of file gepbalance.h.
Referenced by octave::math::gepbalance< T >::operator=().