#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.
ComplexAEPBALANCE::ComplexAEPBALANCE | ( | void | ) | [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.
ComplexAEPBALANCE::ComplexAEPBALANCE | ( | const ComplexAEPBALANCE & | a | ) | [inline] |
Definition at line 45 of file CmplxAEPBAL.h.
ComplexMatrix base_aepbal< ComplexMatrix , ColumnVector >::balanced_matrix | ( | void | ) | const [inline, inherited] |
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 DEFUN_DLD().
ColumnVector base_aepbal< ComplexMatrix , ColumnVector >::permuting_vector | ( | void | ) | const [inline, inherited] |
Definition at line 59 of file base-aepbal.h.
ColumnVector base_aepbal< ComplexMatrix , ColumnVector >::scaling_vector | ( | void | ) | const [inline, inherited] |
Definition at line 79 of file base-aepbal.h.
ComplexMatrix base_aepbal< ComplexMatrix , ColumnVector >::balanced_mat [protected, inherited] |
Definition at line 30 of file base-aepbal.h.
Referenced by balancing_matrix(), and ComplexAEPBALANCE().
octave_idx_type base_aepbal< ComplexMatrix , ColumnVector >::ihi [protected, inherited] |
Definition at line 32 of file base-aepbal.h.
Referenced by balancing_matrix(), and ComplexAEPBALANCE().
octave_idx_type base_aepbal< ComplexMatrix , ColumnVector >::ilo [protected, inherited] |
Definition at line 32 of file base-aepbal.h.
Referenced by balancing_matrix(), and ComplexAEPBALANCE().
char base_aepbal< ComplexMatrix , ColumnVector >::job [protected, inherited] |
Definition at line 33 of file base-aepbal.h.
Referenced by balancing_matrix(), and ComplexAEPBALANCE().
ColumnVector base_aepbal< ComplexMatrix , ColumnVector >::scale [protected, inherited] |
Definition at line 31 of file base-aepbal.h.
Referenced by balancing_matrix(), and ComplexAEPBALANCE().