* resurected Flagged from Eigen2Support

* reimplement .diagonal() for ProductBase to make (A*B).diagonal() more efficient!
This commit is contained in:
Gael Guennebaud
2010-02-04 18:28:09 +01:00
parent b44240180f
commit 73eb0e633c
6 changed files with 111 additions and 61 deletions

View File

@@ -54,8 +54,6 @@ enum {
Small = Dynamic/2
};
enum { OuterProduct, InnerProduct, UnrolledProduct, GemvProduct, GemmProduct };
template<typename Lhs, typename Rhs> struct ei_product_type
{
typedef typename ei_cleantype<Lhs>::type _Lhs;