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

FloatComplexGEPBALANCE Class Reference

#include "fCmplxGEPBAL.h"

Collaboration diagram for FloatComplexGEPBALANCE:
Collaboration graph
[legend]

List of all members.

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

FloatComplexMatrix FloatComplexGEPBALANCE::balanced_matrix2 ( void   )  const [inline]

Definition at line 71 of file fCmplxGEPBAL.h.

Referenced by DEFUN_DLD().

FloatMatrix FloatComplexGEPBALANCE::balancing_matrix ( void   )  const [inline]

Definition at line 73 of file fCmplxGEPBAL.h.

Referenced by DEFUN_DLD().

FloatMatrix FloatComplexGEPBALANCE::balancing_matrix2 ( void   )  const [inline]

Definition at line 75 of file fCmplxGEPBAL.h.

Referenced by DEFUN_DLD().

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

Definition at line 81 of file fCmplxGEPBAL.h.

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

Definition at line 82 of file fCmplxGEPBAL.h.

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

Definition at line 83 of file fCmplxGEPBAL.h.

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

Definition at line 84 of file fCmplxGEPBAL.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