GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
schur.cc File Reference
#include "Array.h"
#include "CMatrix.h"
#include "dMatrix.h"
#include "fCMatrix.h"
#include "fMatrix.h"
#include "lo-error.h"
#include "lo-lapack-proto.h"
#include "oct-locbuf.h"
#include "schur.h"
Include dependency graph for schur.cc:

Go to the source code of this file.

Namespaces

 octave
 
 octave::math
 

Functions

template<>
schur< ComplexMatrixoctave::math::rsf2csf< ComplexMatrix, Matrix > (const Matrix &s_arg, const Matrix &u_arg)
 
template<>
schur< FloatComplexMatrixoctave::math::rsf2csf< FloatComplexMatrix, FloatMatrix > (const FloatMatrix &s_arg, const FloatMatrix &u_arg)
 
static F77_INT octave::math::select_ana (const double &a, const double &)
 
static F77_INT octave::math::select_ana (const float &a, const float &)
 
static F77_INT octave::math::select_ana (const F77_DBLE_CMPLX &a_arg)
 
static F77_INT octave::math::select_ana (const F77_CMPLX &a_arg)
 
static F77_INT octave::math::select_dig (const double &a, const double &b)
 
static F77_INT octave::math::select_dig (const float &a, const float &b)
 
static F77_INT octave::math::select_dig (const F77_DBLE_CMPLX &a_arg)
 
static F77_INT octave::math::select_dig (const F77_CMPLX &a_arg)