GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
aepbalance< T > Class Template 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>
class aepbalance< T >

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

Constructor & Destructor Documentation

◆ aepbalance() [1/4]

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

Definition at line 49 of file aepbalance.cc.

References a, current_liboctave_error_handler, F77_XFCN, and scale().

◆ aepbalance() [2/4]

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

Definition at line 99 of file aepbalance.cc.

References a, current_liboctave_error_handler, F77_XFCN, and scale().

◆ aepbalance() [3/4]

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

Definition at line 150 of file aepbalance.cc.

References a, current_liboctave_error_handler, F77_DBLE_CMPLX_ARG, F77_XFCN, and scale().

◆ aepbalance() [4/4]

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

Definition at line 202 of file aepbalance.cc.

References a, current_liboctave_error_handler, F77_CMPLX_ARG, F77_XFCN, and scale().

Member Function Documentation

◆ balancing_matrix() [1/4]

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

Definition at line 74 of file aepbalance.cc.

References F77_XFCN, i, and scale().

◆ balancing_matrix() [2/4]

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

Definition at line 125 of file aepbalance.cc.

References F77_XFCN, i, and scale().

◆ balancing_matrix() [3/4]

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

Definition at line 176 of file aepbalance.cc.

References F77_DBLE_CMPLX_ARG, F77_XFCN, i, and scale().

◆ balancing_matrix() [4/4]

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

Definition at line 228 of file aepbalance.cc.

References F77_CMPLX_ARG, F77_XFCN, i, and scale().


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