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

#include "schur.h"

Collaboration diagram for octave::math::schur< T >:

Public Member Functions

 schur (void)
 
 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 (const schur &a)
 
 ~schur (void)=default
 
schuroperator= (const schur &a)
 
schur_matrix (void) const
 
unitary_matrix (void) const
 

Private Member Functions

octave_f77_int_type init (const T &a, const std::string &ord, bool calc_unitary)
 

Private Attributes

schur_mat
 
unitary_mat
 

Detailed Description

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

Definition at line 42 of file schur.h.

Constructor & Destructor Documentation

◆ schur() [1/5]

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

Definition at line 47 of file schur.h.

◆ schur() [2/5]

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

Definition at line 49 of file schur.h.

References a.

◆ schur() [3/5]

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

Definition at line 55 of file schur.h.

References a.

◆ schur() [4/5]

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

Definition at line 65 of file schur.h.

◆ schur() [5/5]

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

Definition at line 67 of file schur.h.

◆ ~schur()

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

Member Function Documentation

◆ init()

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

◆ operator=()

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

Definition at line 71 of file schur.h.

References a.

◆ schur_matrix()

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

Definition at line 84 of file schur.h.

Referenced by Sylvester().

◆ unitary_matrix()

template<typename T>
T octave::math::schur< T >::unitary_matrix ( void  ) const
inline

Definition at line 86 of file schur.h.

Referenced by Sylvester().

Member Data Documentation

◆ schur_mat

template<typename T>
T octave::math::schur< T >::schur_mat
private

Definition at line 92 of file schur.h.

◆ unitary_mat

template<typename T>
T octave::math::schur< T >::unitary_mat
private

Definition at line 93 of file schur.h.


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