GNU Octave  4.0.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
FloatComplexAEPBALANCE Class Reference

#include "fCmplxAEPBAL.h"

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

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
 

Detailed Description

Definition at line 34 of file fCmplxAEPBAL.h.

Constructor & Destructor Documentation

FloatComplexAEPBALANCE::FloatComplexAEPBALANCE ( void  )
inline

Definition at line 41 of file fCmplxAEPBAL.h.

FloatComplexAEPBALANCE::FloatComplexAEPBALANCE ( const FloatComplexMatrix a,
bool  noperm = false,
bool  noscal = false 
)
FloatComplexAEPBALANCE::FloatComplexAEPBALANCE ( const FloatComplexAEPBALANCE a)
inline

Definition at line 47 of file fCmplxAEPBAL.h.

Member Function Documentation

FloatComplexMatrix base_aepbal< FloatComplexMatrix , FloatColumnVector >::balanced_matrix ( void  ) const
inlineinherited

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

FloatComplexMatrix FloatComplexAEPBALANCE::balancing_matrix ( void  ) const
FloatColumnVector base_aepbal< FloatComplexMatrix , FloatColumnVector >::permuting_vector ( void  ) const
inlineinherited

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

FloatColumnVector base_aepbal< FloatComplexMatrix , FloatColumnVector >::scaling_vector ( void  ) const
inlineinherited

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

Member Data Documentation

FloatComplexMatrix base_aepbal< FloatComplexMatrix , FloatColumnVector >::balanced_mat
protectedinherited

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

Referenced by balancing_matrix(), and FloatComplexAEPBALANCE().

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

Referenced by balancing_matrix(), and FloatComplexAEPBALANCE().

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

Referenced by balancing_matrix(), and FloatComplexAEPBALANCE().

char base_aepbal< FloatComplexMatrix , FloatColumnVector >::job
protectedinherited

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

Referenced by balancing_matrix(), and FloatComplexAEPBALANCE().

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

Referenced by balancing_matrix(), and FloatComplexAEPBALANCE().


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