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 Member Functions | List of all members
aepbalance< T > Singleton Reference

#include "mx-defs.h"

Public Member Functions

template<>
 aepbalance (const Matrix &a, bool noperm, bool noscal)
 
template<>
 aepbalance (const FloatMatrix &a, bool noperm, bool noscal)
 
template<>
 aepbalance (const ComplexMatrix &a, bool noperm, bool noscal)
 
template<>
 aepbalance (const FloatComplexMatrix &a, bool noperm, bool noscal)
 
template<>
Matrix balancing_matrix (void) const
 
template<>
FloatMatrix balancing_matrix (void) const
 
template<>
ComplexMatrix balancing_matrix (void) const
 
template<>
FloatComplexMatrix balancing_matrix (void) const
 

Detailed Description

template<typename T>
singleton aepbalance< T >

Definition at line 61 of file mx-defs.h.

Constructor & Destructor Documentation

template<>
aepbalance< Matrix >::aepbalance ( const Matrix a,
bool  noperm,
bool  noscal 
)
template<>
aepbalance< FloatMatrix >::aepbalance ( const FloatMatrix a,
bool  noperm,
bool  noscal 
)
template<>
aepbalance< ComplexMatrix >::aepbalance ( const ComplexMatrix a,
bool  noperm,
bool  noscal 
)
template<>
aepbalance< FloatComplexMatrix >::aepbalance ( const FloatComplexMatrix a,
bool  noperm,
bool  noscal 
)

Member Function Documentation

template<>
Matrix aepbalance< Matrix >::balancing_matrix ( void  ) const

Definition at line 72 of file aepbalance.cc.

References Array< T >::elem(), F77_XFCN, Array< T >::fortran_vec(), and scale().

template<>
FloatMatrix aepbalance< FloatMatrix >::balancing_matrix ( void  ) const

Definition at line 115 of file aepbalance.cc.

References Array< T >::elem(), F77_XFCN, Array< T >::fortran_vec(), and scale().

template<>
ComplexMatrix aepbalance< ComplexMatrix >::balancing_matrix ( void  ) const
template<>
FloatComplexMatrix aepbalance< FloatComplexMatrix >::balancing_matrix ( void  ) const

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