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
Classes | Namespaces | Functions
schur.h File Reference
#include "octave-config.h"
#include <string>
#include "dMatrix.h"
#include "CMatrix.h"
#include "fMatrix.h"
#include "fCMatrix.h"
Include dependency graph for schur.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  octave::math::schur< T >
 
class  octave::math::schur< T >
 

Namespaces

 octave
 Octave interface to the compression and uncompression libraries.
 
 octave::math
 

Functions

template<typename RT , typename AT >
schur< RT > octave::math::rsf2csf (const AT &s, const AT &u)