#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_matrix (void) const |
Private Member Functions | |
octave_f77_int_type | init (const T &a, const std::string &ord, bool calc_unitary) |
Private Attributes | |
T | schur_mat |
T | unitary_mat |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
private |
|
inline |
Definition at line 74 of file schur.h.
References octave::math::schur< T >::schur_mat, and octave::math::schur< T >::unitary_mat.
|
inline |
Definition at line 87 of file schur.h.
Referenced by Frsf2csf(), Fschur(), and Sylvester().
|
inline |
Definition at line 89 of file schur.h.
Referenced by Frsf2csf(), Fschur(), and Sylvester().
|
private |
Definition at line 95 of file schur.h.
Referenced by octave::math::schur< T >::operator=().
|
private |
Definition at line 96 of file schur.h.
Referenced by octave::math::schur< T >::operator=().