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

#include "floatGEPBAL.h"

Collaboration diagram for FloatGEPBALANCE:
Collaboration graph
[legend]

Public Member Functions

 FloatGEPBALANCE (void)
 FloatGEPBALANCE (const FloatMatrix &a, const FloatMatrix &b, const std::string &balance_job)
 FloatGEPBALANCE (const FloatGEPBALANCE &a)
 ~FloatGEPBALANCE (void)
FloatMatrix balanced_matrix (void) const
FloatMatrix balanced_matrix2 (void) const
FloatMatrix balancing_matrix (void) const
FloatMatrix balancing_matrix2 (void) const
FloatGEPBALANCEoperator= (const FloatGEPBALANCE &a)

Private Member Functions

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

Private Attributes

FloatMatrix balanced_mat
FloatMatrix balanced_mat2
FloatMatrix balancing_mat
FloatMatrix balancing_mat2

Friends

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

Detailed Description

Definition at line 31 of file floatGEPBAL.h.

Constructor & Destructor Documentation

FloatGEPBALANCE::FloatGEPBALANCE ( void  )
inline

Definition at line 37 of file floatGEPBAL.h.

FloatGEPBALANCE::FloatGEPBALANCE ( const FloatMatrix a,
const FloatMatrix b,
const std::string &  balance_job 
)
inline

Definition at line 40 of file floatGEPBAL.h.

FloatGEPBALANCE::FloatGEPBALANCE ( const FloatGEPBALANCE a)
inline

Definition at line 47 of file floatGEPBAL.h.

FloatGEPBALANCE::~FloatGEPBALANCE ( void  )
inline

Definition at line 63 of file floatGEPBAL.h.

Member Function Documentation

FloatMatrix FloatGEPBALANCE::balanced_matrix ( void  ) const
inline

Definition at line 65 of file floatGEPBAL.h.

Referenced by Fbalance().

FloatMatrix FloatGEPBALANCE::balanced_matrix2 ( void  ) const
inline

Definition at line 67 of file floatGEPBAL.h.

Referenced by Fbalance().

FloatMatrix FloatGEPBALANCE::balancing_matrix ( void  ) const
inline

Definition at line 69 of file floatGEPBAL.h.

Referenced by Fbalance().

FloatMatrix FloatGEPBALANCE::balancing_matrix2 ( void  ) const
inline

Definition at line 71 of file floatGEPBAL.h.

Referenced by Fbalance().

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

Definition at line 51 of file floatGEPBAL.h.

References balanced_mat, balanced_mat2, balancing_mat, and balancing_mat2.

Friends And Related Function Documentation

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

Member Data Documentation

FloatMatrix FloatGEPBALANCE::balanced_mat
private

Definition at line 77 of file floatGEPBAL.h.

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

FloatMatrix FloatGEPBALANCE::balanced_mat2
private

Definition at line 78 of file floatGEPBAL.h.

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

FloatMatrix FloatGEPBALANCE::balancing_mat
private

Definition at line 79 of file floatGEPBAL.h.

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

FloatMatrix FloatGEPBALANCE::balancing_mat2
private

Definition at line 80 of file floatGEPBAL.h.

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


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