#include <dbleSCHUR.h>
Public Types | |
typedef octave_idx_type(* | select_function )(const double &, const double &) |
Public Member Functions | |
unitary_mat () | |
unitary_mat () | |
SCHUR (const Matrix &a, const std::string &ord, int &info, bool calc_unitary=true) | |
unitary_mat (a.unitary_mat) | |
SCHUR & | operator= (const SCHUR &a) |
~SCHUR (void) | |
Matrix | schur_matrix (void) const |
Matrix | unitary_matrix (void) const |
Public Attributes | |
__pad0__: schur_mat () | |
__pad1__: schur_mat () | |
__pad2__: schur_mat (a.schur_mat) | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SCHUR &a) |
F77_RET_T SCHUR::select_function | ( | const double & | , | |
const double & | ||||
) |
SCHUR::SCHUR | ( | const Matrix & | a, | |
const std::string & | ord, | |||
int & | info, | |||
bool | calc_unitary = true | |||
) | [inline] |
SCHUR::~SCHUR | ( | void | ) | [inline] |
Matrix SCHUR::schur_matrix | ( | void | ) | const [inline] |
SCHUR::unitary_mat | ( | a. | unitary_mat | ) | [inline] |
SCHUR::unitary_mat | ( | ) | [inline] |
SCHUR::unitary_mat | ( | ) | [inline] |
Matrix SCHUR::unitary_matrix | ( | void | ) | const [inline] |
std::ostream& operator<< | ( | std::ostream & | os, | |
const SCHUR & | a | |||
) | [friend] |