#include "floatAEPBAL.h"
Public Member Functions | |
FloatAEPBALANCE (void) | |
FloatAEPBALANCE (const FloatMatrix &a, bool noperm=false, bool noscal=false) | |
FloatAEPBALANCE (const FloatAEPBALANCE &a) | |
FloatMatrix | balanced_matrix (void) const |
FloatMatrix | balancing_matrix (void) const |
FloatColumnVector | permuting_vector (void) const |
FloatColumnVector | scaling_vector (void) const |
Protected Attributes | |
FloatMatrix | balanced_mat |
octave_idx_type | ihi |
octave_idx_type | ilo |
char | job |
FloatColumnVector | scale |
Definition at line 34 of file floatAEPBAL.h.
FloatAEPBALANCE::FloatAEPBALANCE | ( | void | ) | [inline] |
Definition at line 40 of file floatAEPBAL.h.
FloatAEPBALANCE::FloatAEPBALANCE | ( | const FloatMatrix & | a, | |
bool | noperm = false , |
|||
bool | noscal = false | |||
) |
Definition at line 53 of file floatAEPBAL.cc.
References base_aepbal< FloatMatrix, FloatColumnVector >::balanced_mat, Array< T >::cols(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), base_aepbal< FloatMatrix, FloatColumnVector >::ihi, base_aepbal< FloatMatrix, FloatColumnVector >::ilo, base_aepbal< FloatMatrix, FloatColumnVector >::job, Array< T >::rows(), and base_aepbal< FloatMatrix, FloatColumnVector >::scale.
FloatAEPBALANCE::FloatAEPBALANCE | ( | const FloatAEPBALANCE & | a | ) | [inline] |
Definition at line 45 of file floatAEPBAL.h.
FloatMatrix base_aepbal< FloatMatrix , FloatColumnVector >::balanced_matrix | ( | void | ) | const [inline, inherited] |
Definition at line 57 of file base-aepbal.h.
References base_aepbal< MatrixT, VectorT >::balanced_mat.
FloatMatrix FloatAEPBALANCE::balancing_matrix | ( | void | ) | const |
Definition at line 81 of file floatAEPBAL.cc.
References base_aepbal< FloatMatrix, FloatColumnVector >::balanced_mat, Array< T >::elem(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), base_aepbal< FloatMatrix, FloatColumnVector >::ihi, base_aepbal< FloatMatrix, FloatColumnVector >::ilo, base_aepbal< FloatMatrix, FloatColumnVector >::job, Array< T >::rows(), and base_aepbal< FloatMatrix, FloatColumnVector >::scale.
Referenced by DEFUN_DLD().
FloatColumnVector base_aepbal< FloatMatrix , FloatColumnVector >::permuting_vector | ( | void | ) | const [inline, inherited] |
Definition at line 59 of file base-aepbal.h.
References base_aepbal< MatrixT, VectorT >::balanced_mat, base_aepbal< MatrixT, VectorT >::ihi, base_aepbal< MatrixT, VectorT >::ilo, and base_aepbal< MatrixT, VectorT >::scale.
FloatColumnVector base_aepbal< FloatMatrix , FloatColumnVector >::scaling_vector | ( | void | ) | const [inline, inherited] |
Definition at line 79 of file base-aepbal.h.
References base_aepbal< MatrixT, VectorT >::balanced_mat, base_aepbal< MatrixT, VectorT >::ihi, base_aepbal< MatrixT, VectorT >::ilo, and base_aepbal< MatrixT, VectorT >::scale.
FloatMatrix base_aepbal< FloatMatrix , FloatColumnVector >::balanced_mat [protected, inherited] |
Definition at line 30 of file base-aepbal.h.
Referenced by balancing_matrix(), and FloatAEPBALANCE().
octave_idx_type base_aepbal< FloatMatrix , FloatColumnVector >::ihi [protected, inherited] |
Definition at line 32 of file base-aepbal.h.
Referenced by balancing_matrix(), and FloatAEPBALANCE().
octave_idx_type base_aepbal< FloatMatrix , FloatColumnVector >::ilo [protected, inherited] |
Definition at line 32 of file base-aepbal.h.
Referenced by balancing_matrix(), and FloatAEPBALANCE().
char base_aepbal< FloatMatrix , FloatColumnVector >::job [protected, inherited] |
Definition at line 33 of file base-aepbal.h.
Referenced by balancing_matrix(), and FloatAEPBALANCE().
FloatColumnVector base_aepbal< FloatMatrix , FloatColumnVector >::scale [protected, inherited] |
Definition at line 31 of file base-aepbal.h.
Referenced by balancing_matrix(), and FloatAEPBALANCE().