GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
floatSCHUR.cc File Reference
#include <iostream>
#include "floatSCHUR.h"
#include "f77-fcn.h"
#include "lo-error.h"
Include dependency graph for floatSCHUR.cc:

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
 

Function Documentation

F77_RET_T F77_FUNC ( sgeesx  ,
SGEESX   
)
std::ostream& operator<< ( std::ostream &  os,
const FloatSCHUR a 
)

Definition at line 162 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.

Referenced by FloatSCHUR::init().

static octave_idx_type select_dig ( const float a,
const float b 
)
static

Definition at line 58 of file floatSCHUR.cc.

Referenced by FloatSCHUR::init().

Variable Documentation

Definition at line 37 of file floatSCHUR.cc.

F77_RET_T F77_CONST_CHAR_ARG_DECL

Definition at line 37 of file floatSCHUR.cc.