#include <base-aepbal.h>
Public Member Functions | |
base_aepbal (const base_aepbal &a) | |
base_aepbal & | operator= (const base_aepbal &a) |
MatrixT | balanced_matrix (void) const |
VectorT | permuting_vector (void) const |
VectorT | scaling_vector (void) const |
Protected Member Functions | |
base_aepbal (void) | |
Protected Attributes | |
MatrixT | balanced_mat |
VectorT | scale |
octave_idx_type | ilo |
octave_idx_type | ihi |
char | job |
base_aepbal< MatrixT, VectorT >::base_aepbal | ( | void | ) | [inline, protected] |
base_aepbal< MatrixT, VectorT >::base_aepbal | ( | const base_aepbal< MatrixT, VectorT > & | a | ) | [inline] |
MatrixT base_aepbal< MatrixT, VectorT >::balanced_matrix | ( | void | ) | const [inline] |
base_aepbal& base_aepbal< MatrixT, VectorT >::operator= | ( | const base_aepbal< MatrixT, VectorT > & | a | ) | [inline] |
VectorT base_aepbal< MatrixT, VectorT >::permuting_vector | ( | void | ) | const [inline] |
VectorT base_aepbal< MatrixT, VectorT >::scaling_vector | ( | void | ) | const [inline] |
MatrixT base_aepbal< MatrixT, VectorT >::balanced_mat [protected] |
octave_idx_type base_aepbal< MatrixT, VectorT >::ihi [protected] |
octave_idx_type base_aepbal< MatrixT, VectorT >::ilo [protected] |
char base_aepbal< MatrixT, VectorT >::job [protected] |
VectorT base_aepbal< MatrixT, VectorT >::scale [protected] |