GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
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"

Go to the source code of this file.

Functions

template<>
schur< ComplexMatrixrsf2csf< ComplexMatrix, Matrix > (const Matrix &s_arg, const Matrix &u_arg)
 
template<>
schur< FloatComplexMatrixrsf2csf< FloatComplexMatrix, FloatMatrix > (const FloatMatrix &s_arg, const FloatMatrix &u_arg)
 

Function Documentation

◆ rsf2csf< ComplexMatrix, Matrix >()

◆ rsf2csf< FloatComplexMatrix, FloatMatrix >()