Public Member Functions | Private Member Functions | Private Attributes | Friends

ComplexGEPBALANCE Class Reference

#include "CmplxGEPBAL.h"

Collaboration diagram for ComplexGEPBALANCE:
Collaboration graph
[legend]

List of all members.

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 DEFUN_DLD().

ComplexMatrix ComplexGEPBALANCE::balanced_matrix2 ( void   )  const [inline]

Definition at line 69 of file CmplxGEPBAL.h.

Referenced by DEFUN_DLD().

Matrix ComplexGEPBALANCE::balancing_matrix ( void   )  const [inline]

Definition at line 71 of file CmplxGEPBAL.h.

Referenced by DEFUN_DLD().

Matrix ComplexGEPBALANCE::balancing_matrix2 ( void   )  const [inline]

Definition at line 73 of file CmplxGEPBAL.h.

Referenced by DEFUN_DLD().

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

Definition at line 79 of file CmplxGEPBAL.h.

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

Definition at line 80 of file CmplxGEPBAL.h.

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

Definition at line 81 of file CmplxGEPBAL.h.

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

Definition at line 82 of file CmplxGEPBAL.h.

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


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines