#include "floatGEPBAL.h"
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 |
FloatGEPBALANCE & | operator= (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) |
Definition at line 31 of file floatGEPBAL.h.
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.
FloatMatrix FloatGEPBALANCE::balanced_matrix | ( | void | ) | const [inline] |
Definition at line 65 of file floatGEPBAL.h.
Referenced by DEFUN_DLD().
FloatMatrix FloatGEPBALANCE::balanced_matrix2 | ( | void | ) | const [inline] |
Definition at line 67 of file floatGEPBAL.h.
Referenced by DEFUN_DLD().
FloatMatrix FloatGEPBALANCE::balancing_matrix | ( | void | ) | const [inline] |
Definition at line 69 of file floatGEPBAL.h.
Referenced by DEFUN_DLD().
FloatMatrix FloatGEPBALANCE::balancing_matrix2 | ( | void | ) | const [inline] |
Definition at line 71 of file floatGEPBAL.h.
Referenced by DEFUN_DLD().
octave_idx_type FloatGEPBALANCE::init | ( | const FloatMatrix & | a, | |
const FloatMatrix & | b, | |||
const std::string & | balance_job | |||
) | [private] |
Definition at line 62 of file floatGEPBAL.cc.
References balanced_mat, balanced_mat2, balancing_mat, balancing_mat2, Array< T >::cols(), Array< T >::dims(), Array< T >::elem(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), gripe_nonconformant(), OCTAVE_LOCAL_BUFFER, and Array< T >::rows().
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.
std::ostream& operator<< | ( | std::ostream & | os, | |
const FloatGEPBALANCE & | a | |||
) | [friend] |
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=().