#include "dbleGEPBAL.h"
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 |
GEPBALANCE & | operator= (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) |
Definition at line 31 of file dbleGEPBAL.h.
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.
Matrix GEPBALANCE::balanced_matrix | ( | void | ) | const [inline] |
Definition at line 66 of file dbleGEPBAL.h.
Referenced by DEFUN_DLD().
Matrix GEPBALANCE::balanced_matrix2 | ( | void | ) | const [inline] |
Definition at line 68 of file dbleGEPBAL.h.
Referenced by DEFUN_DLD().
Matrix GEPBALANCE::balancing_matrix | ( | void | ) | const [inline] |
Definition at line 70 of file dbleGEPBAL.h.
Referenced by DEFUN_DLD().
Matrix GEPBALANCE::balancing_matrix2 | ( | void | ) | const [inline] |
Definition at line 72 of file dbleGEPBAL.h.
Referenced by DEFUN_DLD().
octave_idx_type GEPBALANCE::init | ( | const Matrix & | a, | |
const Matrix & | b, | |||
const std::string & | balance_job | |||
) | [private] |
Definition at line 62 of file dbleGEPBAL.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().
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.
std::ostream& operator<< | ( | std::ostream & | os, | |
const GEPBALANCE & | a | |||
) | [friend] |
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=().