GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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.
|
inline |
Definition at line 38 of file CmplxGEPBAL.h.
|
inline |
Definition at line 42 of file CmplxGEPBAL.h.
|
inline |
Definition at line 49 of file CmplxGEPBAL.h.
|
inline |
Definition at line 65 of file CmplxGEPBAL.h.
|
inline |
Definition at line 67 of file CmplxGEPBAL.h.
Referenced by Fbalance().
|
inline |
Definition at line 69 of file CmplxGEPBAL.h.
Referenced by Fbalance().
Definition at line 71 of file CmplxGEPBAL.h.
Referenced by Fbalance().
Definition at line 73 of file CmplxGEPBAL.h.
Referenced by Fbalance().
|
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().
|
inline |
Definition at line 53 of file CmplxGEPBAL.h.
References balanced_mat, balanced_mat2, balancing_mat, and balancing_mat2.
|
friend |
|
private |
Definition at line 80 of file CmplxGEPBAL.h.
Referenced by init(), and operator=().
|
private |
Definition at line 81 of file CmplxGEPBAL.h.
Referenced by init(), and operator=().
|
private |
Definition at line 82 of file CmplxGEPBAL.h.
Referenced by init(), and operator=().
|
private |
Definition at line 83 of file CmplxGEPBAL.h.
Referenced by init(), and operator=().