GNU Octave  9.1.0
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"

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 >()

template<>
schur<ComplexMatrix> rsf2csf< ComplexMatrix, Matrix > ( const Matrix s_arg,
const Matrix u_arg 
)

Definition at line 278 of file schur.cc.

References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().

Referenced by Frsf2csf().

◆ rsf2csf< FloatComplexMatrix, FloatMatrix >()

template<>
schur<FloatComplexMatrix> rsf2csf< FloatComplexMatrix, FloatMatrix > ( const FloatMatrix s_arg,
const FloatMatrix u_arg 
)

Definition at line 389 of file schur.cc.

References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().

Referenced by Frsf2csf().