GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "CmplxAEPBAL.h"
Public Member Functions | |
ComplexAEPBALANCE (void) | |
ComplexAEPBALANCE (const ComplexMatrix &a, bool noperm=false, bool noscal=false) | |
ComplexAEPBALANCE (const ComplexAEPBALANCE &a) | |
ComplexMatrix | balanced_matrix (void) const |
ComplexMatrix | balancing_matrix (void) const |
ColumnVector | permuting_vector (void) const |
ColumnVector | scaling_vector (void) const |
Protected Attributes | |
ComplexMatrix | balanced_mat |
octave_idx_type | ihi |
octave_idx_type | ilo |
char | job |
ColumnVector | scale |
Definition at line 34 of file CmplxAEPBAL.h.
|
inline |
Definition at line 40 of file CmplxAEPBAL.h.
ComplexAEPBALANCE::ComplexAEPBALANCE | ( | const ComplexMatrix & | a, |
bool | noperm = false , |
||
bool | noscal = false |
||
) |
Definition at line 54 of file CmplxAEPBAL.cc.
References base_aepbal< ComplexMatrix, ColumnVector >::balanced_mat, Array< T >::cols(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), base_aepbal< ComplexMatrix, ColumnVector >::ihi, base_aepbal< ComplexMatrix, ColumnVector >::ilo, base_aepbal< ComplexMatrix, ColumnVector >::job, Array< T >::rows(), and base_aepbal< ComplexMatrix, ColumnVector >::scale.
|
inline |
Definition at line 45 of file CmplxAEPBAL.h.
|
inlineinherited |
Definition at line 57 of file base-aepbal.h.
ComplexMatrix ComplexAEPBALANCE::balancing_matrix | ( | void | ) | const |
Definition at line 83 of file CmplxAEPBAL.cc.
References base_aepbal< ComplexMatrix, ColumnVector >::balanced_mat, Array< T >::elem(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), base_aepbal< ComplexMatrix, ColumnVector >::ihi, base_aepbal< ComplexMatrix, ColumnVector >::ilo, base_aepbal< ComplexMatrix, ColumnVector >::job, Array< T >::rows(), and base_aepbal< ComplexMatrix, ColumnVector >::scale.
Referenced by Fbalance().
|
inlineinherited |
Definition at line 59 of file base-aepbal.h.
|
inlineinherited |
Definition at line 79 of file base-aepbal.h.
|
protectedinherited |
Definition at line 30 of file base-aepbal.h.
Referenced by balancing_matrix(), and ComplexAEPBALANCE().
|
protectedinherited |
Definition at line 32 of file base-aepbal.h.
Referenced by balancing_matrix(), and ComplexAEPBALANCE().
|
protectedinherited |
Definition at line 32 of file base-aepbal.h.
Referenced by balancing_matrix(), and ComplexAEPBALANCE().
|
protectedinherited |
Definition at line 33 of file base-aepbal.h.
Referenced by balancing_matrix(), and ComplexAEPBALANCE().
|
protectedinherited |
Definition at line 31 of file base-aepbal.h.
Referenced by balancing_matrix(), and ComplexAEPBALANCE().