GNU Octave  4.2.1
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 Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
octave::math::gepbalance< T > Class Template Reference

#include "gepbalance.h"

Collaboration diagram for octave::math::gepbalance< T >:
Collaboration graph
[legend]

Public Types

typedef T::real_matrix_type RT
 

Public Member Functions

 gepbalance (void)
 
 gepbalance (const T &a, const T &b, const std::string &job)
 
 gepbalance (const gepbalance &a)
 
 ~gepbalance (void)
 
balanced_matrix (void) const
 
balanced_matrix2 (void) const
 
RT balancing_matrix (void) const
 
RT balancing_matrix2 (void) const
 
gepbalanceoperator= (const gepbalance &a)
 

Private Member Functions

octave_idx_type init (const T &a, const T &b, const std::string &job)
 

Private Attributes

balanced_mat
 
balanced_mat2
 
RT balancing_mat
 
RT balancing_mat2
 

Detailed Description

template<typename T>
class octave::math::gepbalance< T >

Definition at line 35 of file gepbalance.h.

Member Typedef Documentation

template<typename T>
typedef T::real_matrix_type octave::math::gepbalance< T >::RT

Definition at line 40 of file gepbalance.h.

Constructor & Destructor Documentation

template<typename T>
octave::math::gepbalance< T >::gepbalance ( void  )
inline

Definition at line 42 of file gepbalance.h.

template<typename T>
octave::math::gepbalance< T >::gepbalance ( const T &  a,
const T &  b,
const std::string job 
)
inline

Definition at line 46 of file gepbalance.h.

template<typename T>
octave::math::gepbalance< T >::gepbalance ( const gepbalance< T > &  a)
inline

Definition at line 52 of file gepbalance.h.

template<typename T>
octave::math::gepbalance< T >::~gepbalance ( void  )
inline

Definition at line 70 of file gepbalance.h.

Member Function Documentation

template<typename T>
T octave::math::gepbalance< T >::balanced_matrix ( void  ) const
inline

Definition at line 72 of file gepbalance.h.

Referenced by Fbalance().

template<typename T>
T octave::math::gepbalance< T >::balanced_matrix2 ( void  ) const
inline

Definition at line 74 of file gepbalance.h.

Referenced by Fbalance().

template<typename T>
RT octave::math::gepbalance< T >::balancing_matrix ( void  ) const
inline

Definition at line 76 of file gepbalance.h.

Referenced by Fbalance().

template<typename T>
RT octave::math::gepbalance< T >::balancing_matrix2 ( void  ) const
inline

Definition at line 78 of file gepbalance.h.

Referenced by Fbalance().

template<typename T>
octave_idx_type octave::math::gepbalance< T >::init ( const T &  a,
const T &  b,
const std::string job 
)
private
template<typename T>
gepbalance& octave::math::gepbalance< T >::operator= ( const gepbalance< T > &  a)
inline

Member Data Documentation

template<typename T>
T octave::math::gepbalance< T >::balanced_mat
private

Definition at line 82 of file gepbalance.h.

Referenced by octave::math::gepbalance< T >::operator=().

template<typename T>
T octave::math::gepbalance< T >::balanced_mat2
private

Definition at line 83 of file gepbalance.h.

Referenced by octave::math::gepbalance< T >::operator=().

template<typename T>
RT octave::math::gepbalance< T >::balancing_mat
private

Definition at line 84 of file gepbalance.h.

Referenced by octave::math::gepbalance< T >::operator=().

template<typename T>
RT octave::math::gepbalance< T >::balancing_mat2
private

Definition at line 85 of file gepbalance.h.

Referenced by octave::math::gepbalance< T >::operator=().


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