By-pass ProductBase for triangular and selfadjoint products and get rid of ProductBase

This commit is contained in:
Gael Guennebaud
2014-02-23 22:51:13 +01:00
parent d67548f345
commit c98881e130
8 changed files with 299 additions and 54 deletions

View File

@@ -45,9 +45,11 @@ struct traits<SelfAdjointView<MatrixType, UpLo> > : traits<MatrixType>
};
}
#ifndef EIGEN_TEST_EVALUATORS
template <typename Lhs, int LhsMode, bool LhsIsVector,
typename Rhs, int RhsMode, bool RhsIsVector>
struct SelfadjointProductMatrix;
#endif
// FIXME could also be called SelfAdjointWrapper to be consistent with DiagonalWrapper ??
template<typename _MatrixType, unsigned int UpLo> class SelfAdjointView