#include "fCmplxAEPBAL.h"
Public Member Functions | |
FloatComplexAEPBALANCE (void) | |
FloatComplexAEPBALANCE (const FloatComplexMatrix &a, bool noperm=false, bool noscal=false) | |
FloatComplexAEPBALANCE (const FloatComplexAEPBALANCE &a) | |
FloatComplexMatrix | balanced_matrix (void) const |
FloatComplexMatrix | balancing_matrix (void) const |
FloatColumnVector | permuting_vector (void) const |
FloatColumnVector | scaling_vector (void) const |
Protected Attributes | |
FloatComplexMatrix | balanced_mat |
octave_idx_type | ihi |
octave_idx_type | ilo |
char | job |
FloatColumnVector | scale |
Definition at line 34 of file fCmplxAEPBAL.h.
FloatComplexAEPBALANCE::FloatComplexAEPBALANCE | ( | void | ) | [inline] |
Definition at line 40 of file fCmplxAEPBAL.h.
FloatComplexAEPBALANCE::FloatComplexAEPBALANCE | ( | const FloatComplexMatrix & | a, | |
bool | noperm = false , |
|||
bool | noscal = false | |||
) |
Definition at line 54 of file fCmplxAEPBAL.cc.
References base_aepbal< FloatComplexMatrix, FloatColumnVector >::balanced_mat, Array< T >::cols(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), base_aepbal< FloatComplexMatrix, FloatColumnVector >::ihi, base_aepbal< FloatComplexMatrix, FloatColumnVector >::ilo, base_aepbal< FloatComplexMatrix, FloatColumnVector >::job, Array< T >::rows(), and base_aepbal< FloatComplexMatrix, FloatColumnVector >::scale.
FloatComplexAEPBALANCE::FloatComplexAEPBALANCE | ( | const FloatComplexAEPBALANCE & | a | ) | [inline] |
Definition at line 45 of file fCmplxAEPBAL.h.
FloatComplexMatrix base_aepbal< FloatComplexMatrix , FloatColumnVector >::balanced_matrix | ( | void | ) | const [inline, inherited] |
Definition at line 57 of file base-aepbal.h.
FloatComplexMatrix FloatComplexAEPBALANCE::balancing_matrix | ( | void | ) | const |
Definition at line 83 of file fCmplxAEPBAL.cc.
References base_aepbal< FloatComplexMatrix, FloatColumnVector >::balanced_mat, Array< T >::elem(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), base_aepbal< FloatComplexMatrix, FloatColumnVector >::ihi, base_aepbal< FloatComplexMatrix, FloatColumnVector >::ilo, base_aepbal< FloatComplexMatrix, FloatColumnVector >::job, Array< T >::rows(), and base_aepbal< FloatComplexMatrix, FloatColumnVector >::scale.
Referenced by DEFUN_DLD().
FloatColumnVector base_aepbal< FloatComplexMatrix , FloatColumnVector >::permuting_vector | ( | void | ) | const [inline, inherited] |
Definition at line 59 of file base-aepbal.h.
FloatColumnVector base_aepbal< FloatComplexMatrix , FloatColumnVector >::scaling_vector | ( | void | ) | const [inline, inherited] |
Definition at line 79 of file base-aepbal.h.
FloatComplexMatrix base_aepbal< FloatComplexMatrix , FloatColumnVector >::balanced_mat [protected, inherited] |
Definition at line 30 of file base-aepbal.h.
Referenced by balancing_matrix(), and FloatComplexAEPBALANCE().
octave_idx_type base_aepbal< FloatComplexMatrix , FloatColumnVector >::ihi [protected, inherited] |
Definition at line 32 of file base-aepbal.h.
Referenced by balancing_matrix(), and FloatComplexAEPBALANCE().
octave_idx_type base_aepbal< FloatComplexMatrix , FloatColumnVector >::ilo [protected, inherited] |
Definition at line 32 of file base-aepbal.h.
Referenced by balancing_matrix(), and FloatComplexAEPBALANCE().
char base_aepbal< FloatComplexMatrix , FloatColumnVector >::job [protected, inherited] |
Definition at line 33 of file base-aepbal.h.
Referenced by balancing_matrix(), and FloatComplexAEPBALANCE().
FloatColumnVector base_aepbal< FloatComplexMatrix , FloatColumnVector >::scale [protected, inherited] |
Definition at line 31 of file base-aepbal.h.
Referenced by balancing_matrix(), and FloatComplexAEPBALANCE().