#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< ComplexMatrix > | rsf2csf< ComplexMatrix, Matrix > (const Matrix &s_arg, const Matrix &u_arg) |
| template<> | |
| schur< FloatComplexMatrix > | rsf2csf< FloatComplexMatrix, FloatMatrix > (const FloatMatrix &s_arg, const FloatMatrix &u_arg) |
| 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 >::clear(), Array< T, Alloc >::cols(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::rows(), and Array< T, Alloc >::rwdata().
| 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 >::clear(), Array< T, Alloc >::cols(), F77_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::rows(), and Array< T, Alloc >::rwdata().