#include "schur.h"
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 | |
schur & | operator= (const schur &a) |
T | schur_matrix (void) const |
T | unitary_schur_matrix (void) const |
Private Member Functions | |
OCTAVE_API octave_f77_int_type | init (const T &a, const std::string &ord, bool calc_unitary) |
Private Attributes | |
T | m_schur_mat |
T | m_unitary_schur_mat |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
private |
|
inline |
Definition at line 76 of file schur.h.
References octave::math::schur< T >::m_schur_mat, and octave::math::schur< T >::m_unitary_schur_mat.
|
inline |
Definition at line 89 of file schur.h.
Referenced by Sylvester().
|
inline |
Definition at line 91 of file schur.h.
Referenced by Sylvester().
|
private |
Definition at line 97 of file schur.h.
Referenced by octave::math::schur< T >::operator=().
|
private |
Definition at line 98 of file schur.h.
Referenced by octave::math::schur< T >::operator=().