GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "floatGEPBAL.h"
Public Member Functions | |
FloatGEPBALANCE (void) | |
FloatGEPBALANCE (const FloatMatrix &a, const FloatMatrix &b, const std::string &balance_job) | |
FloatGEPBALANCE (const FloatGEPBALANCE &a) | |
~FloatGEPBALANCE (void) | |
FloatMatrix | balanced_matrix (void) const |
FloatMatrix | balanced_matrix2 (void) const |
FloatMatrix | balancing_matrix (void) const |
FloatMatrix | balancing_matrix2 (void) const |
FloatGEPBALANCE & | operator= (const FloatGEPBALANCE &a) |
Private Member Functions | |
octave_idx_type | init (const FloatMatrix &a, const FloatMatrix &b, const std::string &balance_job) |
Private Attributes | |
FloatMatrix | balanced_mat |
FloatMatrix | balanced_mat2 |
FloatMatrix | balancing_mat |
FloatMatrix | balancing_mat2 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const FloatGEPBALANCE &a) |
Definition at line 31 of file floatGEPBAL.h.
|
inline |
Definition at line 37 of file floatGEPBAL.h.
|
inline |
Definition at line 40 of file floatGEPBAL.h.
|
inline |
Definition at line 47 of file floatGEPBAL.h.
|
inline |
Definition at line 63 of file floatGEPBAL.h.
|
inline |
Definition at line 65 of file floatGEPBAL.h.
Referenced by Fbalance().
|
inline |
Definition at line 67 of file floatGEPBAL.h.
Referenced by Fbalance().
|
inline |
Definition at line 69 of file floatGEPBAL.h.
Referenced by Fbalance().
|
inline |
Definition at line 71 of file floatGEPBAL.h.
Referenced by Fbalance().
|
private |
Definition at line 62 of file floatGEPBAL.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 51 of file floatGEPBAL.h.
References balanced_mat, balanced_mat2, balancing_mat, and balancing_mat2.
|
friend |
|
private |
Definition at line 77 of file floatGEPBAL.h.
Referenced by init(), and operator=().
|
private |
Definition at line 78 of file floatGEPBAL.h.
Referenced by init(), and operator=().
|
private |
Definition at line 79 of file floatGEPBAL.h.
Referenced by init(), and operator=().
|
private |
Definition at line 80 of file floatGEPBAL.h.
Referenced by init(), and operator=().