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
FloatComplexGEPBALANCE Class Reference

#include "fCmplxGEPBAL.h"

Collaboration diagram for FloatComplexGEPBALANCE:
Collaboration graph
[legend]

Public Member Functions

 FloatComplexGEPBALANCE (void)
 FloatComplexGEPBALANCE (const FloatComplexMatrix &a, const FloatComplexMatrix &b, const std::string &balance_job)
 FloatComplexGEPBALANCE (const FloatComplexGEPBALANCE &a)
 ~FloatComplexGEPBALANCE (void)
FloatComplexMatrix balanced_matrix (void) const
FloatComplexMatrix balanced_matrix2 (void) const
FloatMatrix balancing_matrix (void) const
FloatMatrix balancing_matrix2 (void) const
FloatComplexGEPBALANCEoperator= (const FloatComplexGEPBALANCE &a)

Private Member Functions

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

Private Attributes

FloatComplexMatrix balanced_mat
FloatComplexMatrix balanced_mat2
FloatMatrix balancing_mat
FloatMatrix balancing_mat2

Friends

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

Detailed Description

Definition at line 32 of file fCmplxGEPBAL.h.

Constructor & Destructor Documentation

FloatComplexGEPBALANCE::FloatComplexGEPBALANCE ( void  )
inline

Definition at line 38 of file fCmplxGEPBAL.h.

FloatComplexGEPBALANCE::FloatComplexGEPBALANCE ( const FloatComplexMatrix a,
const FloatComplexMatrix b,
const std::string &  balance_job 
)
inline

Definition at line 42 of file fCmplxGEPBAL.h.

FloatComplexGEPBALANCE::FloatComplexGEPBALANCE ( const FloatComplexGEPBALANCE a)
inline

Definition at line 50 of file fCmplxGEPBAL.h.

FloatComplexGEPBALANCE::~FloatComplexGEPBALANCE ( void  )
inline

Definition at line 67 of file fCmplxGEPBAL.h.

Member Function Documentation

FloatComplexMatrix FloatComplexGEPBALANCE::balanced_matrix ( void  ) const
inline

Definition at line 69 of file fCmplxGEPBAL.h.

Referenced by Fbalance().

FloatComplexMatrix FloatComplexGEPBALANCE::balanced_matrix2 ( void  ) const
inline

Definition at line 71 of file fCmplxGEPBAL.h.

Referenced by Fbalance().

FloatMatrix FloatComplexGEPBALANCE::balancing_matrix ( void  ) const
inline

Definition at line 73 of file fCmplxGEPBAL.h.

Referenced by Fbalance().

FloatMatrix FloatComplexGEPBALANCE::balancing_matrix2 ( void  ) const
inline

Definition at line 75 of file fCmplxGEPBAL.h.

Referenced by Fbalance().

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

Definition at line 55 of file fCmplxGEPBAL.h.

References balanced_mat, balanced_mat2, balancing_mat, and balancing_mat2.

Friends And Related Function Documentation

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

Member Data Documentation

FloatComplexMatrix FloatComplexGEPBALANCE::balanced_mat
private

Definition at line 82 of file fCmplxGEPBAL.h.

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

FloatComplexMatrix FloatComplexGEPBALANCE::balanced_mat2
private

Definition at line 83 of file fCmplxGEPBAL.h.

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

FloatMatrix FloatComplexGEPBALANCE::balancing_mat
private

Definition at line 84 of file fCmplxGEPBAL.h.

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

FloatMatrix FloatComplexGEPBALANCE::balancing_mat2
private

Definition at line 85 of file fCmplxGEPBAL.h.

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


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