GNU Octave  4.0.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
FloatAEPBALANCE Class Reference

#include "floatAEPBAL.h"

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

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
 

Detailed Description

Definition at line 34 of file floatAEPBAL.h.

Constructor & Destructor Documentation

FloatAEPBALANCE::FloatAEPBALANCE ( void  )
inline

Definition at line 40 of file floatAEPBAL.h.

FloatAEPBALANCE::FloatAEPBALANCE ( const FloatMatrix a,
bool  noperm = false,
bool  noscal = false 
)
FloatAEPBALANCE::FloatAEPBALANCE ( const FloatAEPBALANCE a)
inline

Definition at line 45 of file floatAEPBAL.h.

Member Function Documentation

FloatMatrix base_aepbal< FloatMatrix , FloatColumnVector >::balanced_matrix ( void  ) const
inlineinherited

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

References base_aepbal< MatrixT, VectorT >::balanced_mat.

FloatMatrix FloatAEPBALANCE::balancing_matrix ( void  ) const
FloatColumnVector base_aepbal< FloatMatrix , FloatColumnVector >::permuting_vector ( void  ) const
inlineinherited
FloatColumnVector base_aepbal< FloatMatrix , FloatColumnVector >::scaling_vector ( void  ) const
inlineinherited

Member Data Documentation

FloatMatrix base_aepbal< FloatMatrix , FloatColumnVector >::balanced_mat
protectedinherited

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

Referenced by balancing_matrix(), and FloatAEPBALANCE().

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

Referenced by balancing_matrix(), and FloatAEPBALANCE().

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

Referenced by balancing_matrix(), and FloatAEPBALANCE().

char base_aepbal< FloatMatrix , FloatColumnVector >::job
protectedinherited

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

Referenced by balancing_matrix(), and FloatAEPBALANCE().

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

Referenced by balancing_matrix(), and FloatAEPBALANCE().


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