#include <iostream>
#include "floatSCHUR.h"
#include "f77-fcn.h"
#include "lo-error.h"
Go to the source code of this file.
Functions | |
F77_RET_T | F77_FUNC (sgeesx, SGEESX)(F77_CONST_CHAR_ARG_DECL |
std::ostream & | operator<< (std::ostream &os, const FloatSCHUR &a) |
static octave_idx_type | select_ana (const float &a, const float &) |
static octave_idx_type | select_dig (const float &a, const float &b) |
Variables | |
F77_RET_T const octave_idx_type float const octave_idx_type octave_idx_type float float float const octave_idx_type float float float const octave_idx_type octave_idx_type const octave_idx_type octave_idx_type octave_idx_type &F77_CHAR_ARG_LEN_DECL F77_CHAR_ARG_LEN_DECL | F77_CHAR_ARG_LEN_DECL |
F77_RET_T | F77_CONST_CHAR_ARG_DECL |
F77_RET_T F77_FUNC | ( | sgeesx | , | |
SGEESX | ||||
) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const FloatSCHUR & | a | |||
) |
Definition at line 161 of file floatSCHUR.cc.
References FloatSCHUR::schur_matrix(), and FloatSCHUR::unitary_matrix().
static octave_idx_type select_ana | ( | const float & | a, | |
const float & | ||||
) | [static] |
Definition at line 52 of file floatSCHUR.cc.
static octave_idx_type select_dig | ( | const float & | a, | |
const float & | b | |||
) | [static] |
Definition at line 58 of file floatSCHUR.cc.
F77_RET_T const octave_idx_type float const octave_idx_type octave_idx_type float float float const octave_idx_type float float float const octave_idx_type octave_idx_type const octave_idx_type octave_idx_type octave_idx_type& F77_CHAR_ARG_LEN_DECL F77_CHAR_ARG_LEN_DECL F77_CHAR_ARG_LEN_DECL |
Definition at line 37 of file floatSCHUR.cc.
F77_RET_T F77_CONST_CHAR_ARG_DECL |
Definition at line 37 of file floatSCHUR.cc.