Public Member Functions | Protected Attributes

FloatAEPBALANCE Class Reference

#include "floatAEPBAL.h"

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

List of all members.

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 [inline, inherited]

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 [inline, inherited]
FloatColumnVector base_aepbal< FloatMatrix , FloatColumnVector >::scaling_vector ( void   )  const [inline, inherited]

Member Data Documentation

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 [protected, inherited]

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:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines