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

#include "schur.h"

Collaboration diagram for schur< T >:

Public Member Functions

 schur (const schur &a)
 
 schur (const T &a, const std::string &ord, bool calc_unitary=true)
 
 schur (const T &a, const std::string &ord, octave_f77_int_type &info, bool calc_unitary=true)
 
 schur (const T &s, const T &u)
 
 schur (void)
 
 ~schur (void)=default
 
schuroperator= (const schur &a)
 
schur_matrix (void) const
 
unitary_schur_matrix (void) const
 

Private Member Functions

OCTAVE_API F77_INT init (const ComplexMatrix &a, const std::string &ord, bool calc_unitary)
 
OCTAVE_API F77_INT init (const FloatComplexMatrix &a, const std::string &ord, bool calc_unitary)
 
OCTAVE_API F77_INT init (const FloatMatrix &a, const std::string &ord, bool calc_unitary)
 
OCTAVE_API F77_INT init (const Matrix &a, const std::string &ord, bool calc_unitary)
 
OCTAVE_API octave_f77_int_type init (const T &a, const std::string &ord, bool calc_unitary)
 

Private Attributes

m_schur_mat
 
m_unitary_schur_mat
 

Detailed Description

template<typename T>
class schur< T >

Definition at line 45 of file schur.h.

Constructor & Destructor Documentation

◆ schur() [1/5]

template<typename T >
schur< T >::schur ( void  )
inline

Definition at line 50 of file schur.h.

◆ schur() [2/5]

template<typename T >
schur< T >::schur ( const T &  a,
const std::string &  ord,
bool  calc_unitary = true 
)
inline

Definition at line 52 of file schur.h.

◆ schur() [3/5]

template<typename T >
schur< T >::schur ( const T &  a,
const std::string &  ord,
octave_f77_int_type &  info,
bool  calc_unitary = true 
)
inline

Definition at line 58 of file schur.h.

◆ schur() [4/5]

template<typename T >
schur< T >::schur ( const T &  s,
const T &  u 
)
inline

Definition at line 68 of file schur.h.

◆ schur() [5/5]

template<typename T >
schur< T >::schur ( const schur< T > &  a)
inline

Definition at line 71 of file schur.h.

◆ ~schur()

template<typename T >
schur< T >::~schur ( void  )
default

Member Function Documentation

◆ init() [1/5]

OCTAVE_API F77_INT schur< ComplexMatrix >::init ( const ComplexMatrix a,
const std::string &  ord,
bool  calc_unitary 
)
private

◆ init() [2/5]

◆ init() [3/5]

OCTAVE_API F77_INT schur< FloatMatrix >::init ( const FloatMatrix a,
const std::string &  ord,
bool  calc_unitary 
)
private

◆ init() [4/5]

OCTAVE_API F77_INT schur< Matrix >::init ( const Matrix a,
const std::string &  ord,
bool  calc_unitary 
)
private

◆ init() [5/5]

template<typename T >
OCTAVE_API octave_f77_int_type schur< T >::init ( const T &  a,
const std::string &  ord,
bool  calc_unitary 
)
private

◆ operator=()

template<typename T >
schur& schur< T >::operator= ( const schur< T > &  a)
inline

Definition at line 76 of file schur.h.

References schur< T >::m_schur_mat, and schur< T >::m_unitary_schur_mat.

◆ schur_matrix()

template<typename T >
T schur< T >::schur_matrix ( void  ) const
inline

Definition at line 89 of file schur.h.

◆ unitary_schur_matrix()

template<typename T >
T schur< T >::unitary_schur_matrix ( void  ) const
inline

Definition at line 91 of file schur.h.

Member Data Documentation

◆ m_schur_mat

template<typename T >
T schur< T >::m_schur_mat
private

Definition at line 97 of file schur.h.

Referenced by schur< T >::operator=().

◆ m_unitary_schur_mat

template<typename T >
T schur< T >::m_unitary_schur_mat
private

Definition at line 98 of file schur.h.

Referenced by schur< T >::operator=().


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