GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
ComplexAEPBALANCE Class Reference

#include "CmplxAEPBAL.h"

Inheritance diagram for ComplexAEPBALANCE:
Inheritance graph
[legend]
Collaboration diagram for ComplexAEPBALANCE:
Collaboration graph
[legend]

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

Detailed Description

Definition at line 34 of file CmplxAEPBAL.h.

Constructor & Destructor Documentation

ComplexAEPBALANCE::ComplexAEPBALANCE ( void  )
inline

Definition at line 40 of file CmplxAEPBAL.h.

ComplexAEPBALANCE::ComplexAEPBALANCE ( const ComplexMatrix a,
bool  noperm = false,
bool  noscal = false 
)
ComplexAEPBALANCE::ComplexAEPBALANCE ( const ComplexAEPBALANCE a)
inline

Definition at line 45 of file CmplxAEPBAL.h.

Member Function Documentation

ComplexMatrix base_aepbal< ComplexMatrix , ColumnVector >::balanced_matrix ( void  ) const
inlineinherited

Definition at line 57 of file base-aepbal.h.

ComplexMatrix ComplexAEPBALANCE::balancing_matrix ( void  ) const
ColumnVector base_aepbal< ComplexMatrix , ColumnVector >::permuting_vector ( void  ) const
inlineinherited

Definition at line 59 of file base-aepbal.h.

ColumnVector base_aepbal< ComplexMatrix , ColumnVector >::scaling_vector ( void  ) const
inlineinherited

Definition at line 79 of file base-aepbal.h.

Member Data Documentation

ComplexMatrix base_aepbal< ComplexMatrix , ColumnVector >::balanced_mat
protectedinherited

Definition at line 30 of file base-aepbal.h.

Referenced by balancing_matrix(), and ComplexAEPBALANCE().

octave_idx_type base_aepbal< ComplexMatrix , ColumnVector >::ihi
protectedinherited

Definition at line 32 of file base-aepbal.h.

Referenced by balancing_matrix(), and ComplexAEPBALANCE().

octave_idx_type base_aepbal< ComplexMatrix , ColumnVector >::ilo
protectedinherited

Definition at line 32 of file base-aepbal.h.

Referenced by balancing_matrix(), and ComplexAEPBALANCE().

char base_aepbal< ComplexMatrix , ColumnVector >::job
protectedinherited

Definition at line 33 of file base-aepbal.h.

Referenced by balancing_matrix(), and ComplexAEPBALANCE().

ColumnVector base_aepbal< ComplexMatrix , ColumnVector >::scale
protectedinherited

Definition at line 31 of file base-aepbal.h.

Referenced by balancing_matrix(), and ComplexAEPBALANCE().


The documentation for this class was generated from the following files: