mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
Fix Eigenvalues module
This commit is contained in:
parent
8dd3b716e3
commit
0bd5671b9e
@ -18,8 +18,10 @@ namespace internal {
|
|||||||
template<typename MatrixType> struct TridiagonalizationMatrixTReturnType;
|
template<typename MatrixType> struct TridiagonalizationMatrixTReturnType;
|
||||||
template<typename MatrixType>
|
template<typename MatrixType>
|
||||||
struct traits<TridiagonalizationMatrixTReturnType<MatrixType> >
|
struct traits<TridiagonalizationMatrixTReturnType<MatrixType> >
|
||||||
|
: public traits<typename MatrixType::PlainObject>
|
||||||
{
|
{
|
||||||
typedef typename MatrixType::PlainObject ReturnType;
|
typedef typename MatrixType::PlainObject ReturnType; // FIXME shall it be a BandMatrix?
|
||||||
|
enum { Flags = 0 };
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename MatrixType, typename CoeffVectorType>
|
template<typename MatrixType, typename CoeffVectorType>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user