#include "fCmplxGEPBAL.h"
Public Member Functions | |
FloatComplexGEPBALANCE (void) | |
FloatComplexGEPBALANCE (const FloatComplexMatrix &a, const FloatComplexMatrix &b, const std::string &balance_job) | |
FloatComplexGEPBALANCE (const FloatComplexGEPBALANCE &a) | |
~FloatComplexGEPBALANCE (void) | |
FloatComplexMatrix | balanced_matrix (void) const |
FloatComplexMatrix | balanced_matrix2 (void) const |
FloatMatrix | balancing_matrix (void) const |
FloatMatrix | balancing_matrix2 (void) const |
FloatComplexGEPBALANCE & | operator= (const FloatComplexGEPBALANCE &a) |
Private Member Functions | |
octave_idx_type | init (const FloatComplexMatrix &a, const FloatComplexMatrix &b, const std::string &balance_job) |
Private Attributes | |
FloatComplexMatrix | balanced_mat |
FloatComplexMatrix | balanced_mat2 |
FloatMatrix | balancing_mat |
FloatMatrix | balancing_mat2 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const FloatComplexGEPBALANCE &a) |
Definition at line 32 of file fCmplxGEPBAL.h.
FloatComplexGEPBALANCE::FloatComplexGEPBALANCE | ( | void | ) | [inline] |
Definition at line 38 of file fCmplxGEPBAL.h.
FloatComplexGEPBALANCE::FloatComplexGEPBALANCE | ( | const FloatComplexMatrix & | a, | |
const FloatComplexMatrix & | b, | |||
const std::string & | balance_job | |||
) | [inline] |
Definition at line 42 of file fCmplxGEPBAL.h.
FloatComplexGEPBALANCE::FloatComplexGEPBALANCE | ( | const FloatComplexGEPBALANCE & | a | ) | [inline] |
Definition at line 50 of file fCmplxGEPBAL.h.
FloatComplexGEPBALANCE::~FloatComplexGEPBALANCE | ( | void | ) | [inline] |
Definition at line 67 of file fCmplxGEPBAL.h.
FloatComplexMatrix FloatComplexGEPBALANCE::balanced_matrix | ( | void | ) | const [inline] |
Definition at line 69 of file fCmplxGEPBAL.h.
Referenced by DEFUN_DLD().
FloatComplexMatrix FloatComplexGEPBALANCE::balanced_matrix2 | ( | void | ) | const [inline] |
Definition at line 71 of file fCmplxGEPBAL.h.
Referenced by DEFUN_DLD().
FloatMatrix FloatComplexGEPBALANCE::balancing_matrix | ( | void | ) | const [inline] |
Definition at line 73 of file fCmplxGEPBAL.h.
Referenced by DEFUN_DLD().
FloatMatrix FloatComplexGEPBALANCE::balancing_matrix2 | ( | void | ) | const [inline] |
Definition at line 75 of file fCmplxGEPBAL.h.
Referenced by DEFUN_DLD().
octave_idx_type FloatComplexGEPBALANCE::init | ( | const FloatComplexMatrix & | a, | |
const FloatComplexMatrix & | b, | |||
const std::string & | balance_job | |||
) | [private] |
Definition at line 61 of file fCmplxGEPBAL.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().
FloatComplexGEPBALANCE& FloatComplexGEPBALANCE::operator= | ( | const FloatComplexGEPBALANCE & | a | ) | [inline] |
Definition at line 55 of file fCmplxGEPBAL.h.
References balanced_mat, balanced_mat2, balancing_mat, and balancing_mat2.
std::ostream& operator<< | ( | std::ostream & | os, | |
const FloatComplexGEPBALANCE & | a | |||
) | [friend] |
Definition at line 81 of file fCmplxGEPBAL.h.
Referenced by init(), and operator=().
Definition at line 82 of file fCmplxGEPBAL.h.
Referenced by init(), and operator=().
Definition at line 83 of file fCmplxGEPBAL.h.
Referenced by init(), and operator=().
Definition at line 84 of file fCmplxGEPBAL.h.
Referenced by init(), and operator=().