#include "CmplxGEPBAL.h"
Public Member Functions | |
ComplexGEPBALANCE (void) | |
ComplexGEPBALANCE (const ComplexMatrix &a, const ComplexMatrix &b, const std::string &balance_job) | |
ComplexGEPBALANCE (const ComplexGEPBALANCE &a) | |
~ComplexGEPBALANCE (void) | |
ComplexMatrix | balanced_matrix (void) const |
ComplexMatrix | balanced_matrix2 (void) const |
Matrix | balancing_matrix (void) const |
Matrix | balancing_matrix2 (void) const |
ComplexGEPBALANCE & | operator= (const ComplexGEPBALANCE &a) |
Private Member Functions | |
octave_idx_type | init (const ComplexMatrix &a, const ComplexMatrix &b, const std::string &balance_job) |
Private Attributes | |
ComplexMatrix | balanced_mat |
ComplexMatrix | balanced_mat2 |
Matrix | balancing_mat |
Matrix | balancing_mat2 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const ComplexGEPBALANCE &a) |
Definition at line 32 of file CmplxGEPBAL.h.
ComplexGEPBALANCE::ComplexGEPBALANCE | ( | void | ) | [inline] |
Definition at line 38 of file CmplxGEPBAL.h.
ComplexGEPBALANCE::ComplexGEPBALANCE | ( | const ComplexMatrix & | a, | |
const ComplexMatrix & | b, | |||
const std::string & | balance_job | |||
) | [inline] |
Definition at line 42 of file CmplxGEPBAL.h.
ComplexGEPBALANCE::ComplexGEPBALANCE | ( | const ComplexGEPBALANCE & | a | ) | [inline] |
Definition at line 49 of file CmplxGEPBAL.h.
ComplexGEPBALANCE::~ComplexGEPBALANCE | ( | void | ) | [inline] |
Definition at line 65 of file CmplxGEPBAL.h.
ComplexMatrix ComplexGEPBALANCE::balanced_matrix | ( | void | ) | const [inline] |
Definition at line 67 of file CmplxGEPBAL.h.
Referenced by DEFUN_DLD().
ComplexMatrix ComplexGEPBALANCE::balanced_matrix2 | ( | void | ) | const [inline] |
Definition at line 69 of file CmplxGEPBAL.h.
Referenced by DEFUN_DLD().
Matrix ComplexGEPBALANCE::balancing_matrix | ( | void | ) | const [inline] |
Definition at line 71 of file CmplxGEPBAL.h.
Referenced by DEFUN_DLD().
Matrix ComplexGEPBALANCE::balancing_matrix2 | ( | void | ) | const [inline] |
Definition at line 73 of file CmplxGEPBAL.h.
Referenced by DEFUN_DLD().
octave_idx_type ComplexGEPBALANCE::init | ( | const ComplexMatrix & | a, | |
const ComplexMatrix & | b, | |||
const std::string & | balance_job | |||
) | [private] |
Definition at line 62 of file CmplxGEPBAL.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().
ComplexGEPBALANCE& ComplexGEPBALANCE::operator= | ( | const ComplexGEPBALANCE & | a | ) | [inline] |
Definition at line 53 of file CmplxGEPBAL.h.
References balanced_mat, balanced_mat2, balancing_mat, and balancing_mat2.
std::ostream& operator<< | ( | std::ostream & | os, | |
const ComplexGEPBALANCE & | a | |||
) | [friend] |
ComplexMatrix ComplexGEPBALANCE::balanced_mat [private] |
Definition at line 79 of file CmplxGEPBAL.h.
Referenced by init(), and operator=().
Definition at line 80 of file CmplxGEPBAL.h.
Referenced by init(), and operator=().
Matrix ComplexGEPBALANCE::balancing_mat [private] |
Definition at line 81 of file CmplxGEPBAL.h.
Referenced by init(), and operator=().
Matrix ComplexGEPBALANCE::balancing_mat2 [private] |
Definition at line 82 of file CmplxGEPBAL.h.
Referenced by init(), and operator=().