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

#include "dbleGEPBAL.h"

Collaboration diagram for GEPBALANCE:
Collaboration graph
[legend]

Public Member Functions

 GEPBALANCE (void)
 
 GEPBALANCE (const Matrix &a, const Matrix &b, const std::string &balance_job)
 
 GEPBALANCE (const GEPBALANCE &a)
 
 ~GEPBALANCE (void)
 
Matrix balanced_matrix (void) const
 
Matrix balanced_matrix2 (void) const
 
Matrix balancing_matrix (void) const
 
Matrix balancing_matrix2 (void) const
 
GEPBALANCEoperator= (const GEPBALANCE &a)
 

Private Member Functions

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

Private Attributes

Matrix balanced_mat
 
Matrix balanced_mat2
 
Matrix balancing_mat
 
Matrix balancing_mat2
 

Friends

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

Detailed Description

Definition at line 31 of file dbleGEPBAL.h.

Constructor & Destructor Documentation

GEPBALANCE::GEPBALANCE ( void  )
inline

Definition at line 37 of file dbleGEPBAL.h.

GEPBALANCE::GEPBALANCE ( const Matrix a,
const Matrix b,
const std::string &  balance_job 
)
inline

Definition at line 41 of file dbleGEPBAL.h.

GEPBALANCE::GEPBALANCE ( const GEPBALANCE a)
inline

Definition at line 47 of file dbleGEPBAL.h.

GEPBALANCE::~GEPBALANCE ( void  )
inline

Definition at line 64 of file dbleGEPBAL.h.

Member Function Documentation

Matrix GEPBALANCE::balanced_matrix ( void  ) const
inline

Definition at line 66 of file dbleGEPBAL.h.

Referenced by Fbalance().

Matrix GEPBALANCE::balanced_matrix2 ( void  ) const
inline

Definition at line 68 of file dbleGEPBAL.h.

Referenced by Fbalance().

Matrix GEPBALANCE::balancing_matrix ( void  ) const
inline

Definition at line 70 of file dbleGEPBAL.h.

Referenced by Fbalance().

Matrix GEPBALANCE::balancing_matrix2 ( void  ) const
inline

Definition at line 72 of file dbleGEPBAL.h.

Referenced by Fbalance().

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

Definition at line 52 of file dbleGEPBAL.h.

References balanced_mat, balanced_mat2, balancing_mat, and balancing_mat2.

Friends And Related Function Documentation

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

Member Data Documentation

Matrix GEPBALANCE::balanced_mat
private

Definition at line 78 of file dbleGEPBAL.h.

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

Matrix GEPBALANCE::balanced_mat2
private

Definition at line 79 of file dbleGEPBAL.h.

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

Matrix GEPBALANCE::balancing_mat
private

Definition at line 80 of file dbleGEPBAL.h.

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

Matrix GEPBALANCE::balancing_mat2
private

Definition at line 81 of file dbleGEPBAL.h.

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


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