GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
schur.h File Reference
#include "octave-config.h"
#include <string>
#include "CMatrix.h"
#include "dMatrix.h"
#include "fCMatrix.h"
#include "fMatrix.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  schur< T >
 

Functions

template<typename RT , typename AT >
OCTAVE_API schur< RT > rsf2csf (const AT &s, const AT &u)
 

Function Documentation

◆ rsf2csf()

template<typename RT , typename AT >
OCTAVE_API schur<RT> rsf2csf ( const AT &  s,
const AT &  u 
)