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