GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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.
|
inline |
Definition at line 41 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.
|
inline |
Definition at line 47 of file fCmplxAEPBAL.h.
|
inlineinherited |
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 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 FloatComplexAEPBALANCE().
|
protectedinherited |
Definition at line 32 of file base-aepbal.h.
Referenced by balancing_matrix(), and FloatComplexAEPBALANCE().
|
protectedinherited |
Definition at line 32 of file base-aepbal.h.
Referenced by balancing_matrix(), and FloatComplexAEPBALANCE().
|
protectedinherited |
Definition at line 33 of file base-aepbal.h.
Referenced by balancing_matrix(), and FloatComplexAEPBALANCE().
|
protectedinherited |
Definition at line 31 of file base-aepbal.h.
Referenced by balancing_matrix(), and FloatComplexAEPBALANCE().