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 | Private Member Functions | Private Attributes | Friends | List of all members
ComplexGEPBALANCE Class Reference

#include "CmplxGEPBAL.h"

Collaboration diagram for ComplexGEPBALANCE:
Collaboration graph
[legend]

Public Member Functions

 ComplexGEPBALANCE (void)
 ComplexGEPBALANCE (const ComplexMatrix &a, const ComplexMatrix &b, const std::string &balance_job)
 ComplexGEPBALANCE (const ComplexGEPBALANCE &a)
 ~ComplexGEPBALANCE (void)
ComplexMatrix balanced_matrix (void) const
ComplexMatrix balanced_matrix2 (void) const
Matrix balancing_matrix (void) const
Matrix balancing_matrix2 (void) const
ComplexGEPBALANCEoperator= (const ComplexGEPBALANCE &a)

Private Member Functions

octave_idx_type init (const ComplexMatrix &a, const ComplexMatrix &b, const std::string &balance_job)

Private Attributes

ComplexMatrix balanced_mat
ComplexMatrix balanced_mat2
Matrix balancing_mat
Matrix balancing_mat2

Friends

std::ostream & operator<< (std::ostream &os, const ComplexGEPBALANCE &a)

Detailed Description

Definition at line 32 of file CmplxGEPBAL.h.

Constructor & Destructor Documentation

ComplexGEPBALANCE::ComplexGEPBALANCE ( void  )
inline

Definition at line 38 of file CmplxGEPBAL.h.

ComplexGEPBALANCE::ComplexGEPBALANCE ( const ComplexMatrix a,
const ComplexMatrix b,
const std::string &  balance_job 
)
inline

Definition at line 42 of file CmplxGEPBAL.h.

ComplexGEPBALANCE::ComplexGEPBALANCE ( const ComplexGEPBALANCE a)
inline

Definition at line 49 of file CmplxGEPBAL.h.

ComplexGEPBALANCE::~ComplexGEPBALANCE ( void  )
inline

Definition at line 65 of file CmplxGEPBAL.h.

Member Function Documentation

ComplexMatrix ComplexGEPBALANCE::balanced_matrix ( void  ) const
inline

Definition at line 67 of file CmplxGEPBAL.h.

Referenced by Fbalance().

ComplexMatrix ComplexGEPBALANCE::balanced_matrix2 ( void  ) const
inline

Definition at line 69 of file CmplxGEPBAL.h.

Referenced by Fbalance().

Matrix ComplexGEPBALANCE::balancing_matrix ( void  ) const
inline

Definition at line 71 of file CmplxGEPBAL.h.

Referenced by Fbalance().

Matrix ComplexGEPBALANCE::balancing_matrix2 ( void  ) const
inline

Definition at line 73 of file CmplxGEPBAL.h.

Referenced by Fbalance().

octave_idx_type ComplexGEPBALANCE::init ( const ComplexMatrix a,
const ComplexMatrix b,
const std::string &  balance_job 
)
private
ComplexGEPBALANCE& ComplexGEPBALANCE::operator= ( const ComplexGEPBALANCE a)
inline

Definition at line 53 of file CmplxGEPBAL.h.

References balanced_mat, balanced_mat2, balancing_mat, and balancing_mat2.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const ComplexGEPBALANCE a 
)
friend

Member Data Documentation

ComplexMatrix ComplexGEPBALANCE::balanced_mat
private

Definition at line 80 of file CmplxGEPBAL.h.

Referenced by init(), and operator=().

ComplexMatrix ComplexGEPBALANCE::balanced_mat2
private

Definition at line 81 of file CmplxGEPBAL.h.

Referenced by init(), and operator=().

Matrix ComplexGEPBALANCE::balancing_mat
private

Definition at line 82 of file CmplxGEPBAL.h.

Referenced by init(), and operator=().

Matrix ComplexGEPBALANCE::balancing_mat2
private

Definition at line 83 of file CmplxGEPBAL.h.

Referenced by init(), and operator=().


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