GNU Octave  4.2.1
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
Namespaces | Functions
schur.cc File Reference
#include "CMatrix.h"
#include "dMatrix.h"
#include "fCMatrix.h"
#include "fMatrix.h"
#include "lo-error.h"
#include "lo-lapack-proto.h"
#include "schur.h"
Include dependency graph for schur.cc:

Go to the source code of this file.

Namespaces

 octave
 Octave interface to the compression and uncompression libraries.
 
 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)
 
template<typename T >
static octave_idx_type octave::math::select_ana (const T &a, const T &)
 
template<typename T >
static octave_idx_type octave::math::select_ana (const T &a)
 
template<typename T >
static octave_idx_type octave::math::select_dig (const T &a, const T &b)
 
template<typename T >
static octave_idx_type octave::math::select_dig (const T &a)