GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
AEPBALANCE Class Reference

#include "dbleAEPBAL.h"

Inheritance diagram for AEPBALANCE:
Inheritance graph
[legend]
Collaboration diagram for AEPBALANCE:
Collaboration graph
[legend]

Public Member Functions

 AEPBALANCE (void)
 AEPBALANCE (const Matrix &a, bool noperm=false, bool noscal=false)
 AEPBALANCE (const AEPBALANCE &a)
Matrix balanced_matrix (void) const
Matrix balancing_matrix (void) const
ColumnVector permuting_vector (void) const
ColumnVector scaling_vector (void) const

Protected Attributes

Matrix balanced_mat
octave_idx_type ihi
octave_idx_type ilo
char job
ColumnVector scale

Detailed Description

Definition at line 34 of file dbleAEPBAL.h.

Constructor & Destructor Documentation

AEPBALANCE::AEPBALANCE ( void  )
inline

Definition at line 40 of file dbleAEPBAL.h.

AEPBALANCE::AEPBALANCE ( const Matrix a,
bool  noperm = false,
bool  noscal = false 
)
AEPBALANCE::AEPBALANCE ( const AEPBALANCE a)
inline

Definition at line 45 of file dbleAEPBAL.h.

Member Function Documentation

Matrix base_aepbal< Matrix , ColumnVector >::balanced_matrix ( void  ) const
inlineinherited

Definition at line 57 of file base-aepbal.h.

Matrix AEPBALANCE::balancing_matrix ( void  ) const
ColumnVector base_aepbal< Matrix , ColumnVector >::permuting_vector ( void  ) const
inlineinherited

Definition at line 59 of file base-aepbal.h.

ColumnVector base_aepbal< Matrix , ColumnVector >::scaling_vector ( void  ) const
inlineinherited

Definition at line 79 of file base-aepbal.h.

Member Data Documentation

Matrix base_aepbal< Matrix , ColumnVector >::balanced_mat
protectedinherited

Definition at line 30 of file base-aepbal.h.

Referenced by AEPBALANCE(), and balancing_matrix().

octave_idx_type base_aepbal< Matrix , ColumnVector >::ihi
protectedinherited

Definition at line 32 of file base-aepbal.h.

Referenced by AEPBALANCE(), and balancing_matrix().

octave_idx_type base_aepbal< Matrix , ColumnVector >::ilo
protectedinherited

Definition at line 32 of file base-aepbal.h.

Referenced by AEPBALANCE(), and balancing_matrix().

char base_aepbal< Matrix , ColumnVector >::job
protectedinherited

Definition at line 33 of file base-aepbal.h.

Referenced by AEPBALANCE(), and balancing_matrix().

ColumnVector base_aepbal< Matrix , ColumnVector >::scale
protectedinherited

Definition at line 31 of file base-aepbal.h.

Referenced by AEPBALANCE(), and balancing_matrix().


The documentation for this class was generated from the following files: