#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 >::cols(), and Array< T, Alloc >::rows().
Referenced by Frsf2csf().
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().