GNU Octave 7.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
aepbalance< T > Class Template Reference

Public Member Functions

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

Detailed Description

template<typename T>
class aepbalance< T >

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

Constructor & Destructor Documentation

◆ aepbalance() [1/4]

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

◆ aepbalance() [2/4]

◆ aepbalance() [3/4]

◆ aepbalance() [4/4]

Member Function Documentation

◆ balancing_matrix() [1/4]

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

◆ balancing_matrix() [2/4]

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

◆ balancing_matrix() [3/4]

◆ balancing_matrix() [4/4]


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