GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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.
|
inline |
Definition at line 37 of file dbleGEPBAL.h.
|
inline |
Definition at line 41 of file dbleGEPBAL.h.
|
inline |
Definition at line 47 of file dbleGEPBAL.h.
|
inline |
Definition at line 64 of file dbleGEPBAL.h.
Definition at line 66 of file dbleGEPBAL.h.
Referenced by Fbalance().
Definition at line 68 of file dbleGEPBAL.h.
Referenced by Fbalance().
Definition at line 70 of file dbleGEPBAL.h.
Referenced by Fbalance().
Definition at line 72 of file dbleGEPBAL.h.
Referenced by Fbalance().
|
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().
|
inline |
Definition at line 52 of file dbleGEPBAL.h.
References balanced_mat, balanced_mat2, balancing_mat, and balancing_mat2.
|
friend |
|
private |
Definition at line 78 of file dbleGEPBAL.h.
Referenced by init(), and operator=().
|
private |
Definition at line 79 of file dbleGEPBAL.h.
Referenced by init(), and operator=().
|
private |
Definition at line 80 of file dbleGEPBAL.h.
Referenced by init(), and operator=().
|
private |
Definition at line 81 of file dbleGEPBAL.h.
Referenced by init(), and operator=().