aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Product.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-02-04 18:28:09 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-02-04 18:28:09 +0100
commit73eb0e633c506e86f20fa231269b5cd81ebd083c (patch)
tree2a0b10d92246f613831d0292022bba847f026a24 /Eigen/src/Core/Product.h
parentb44240180fdefc07fb576cc107c99aa60989eba9 (diff)
* resurected Flagged from Eigen2Support
* reimplement .diagonal() for ProductBase to make (A*B).diagonal() more efficient!
Diffstat (limited to 'Eigen/src/Core/Product.h')
-rw-r--r--Eigen/src/Core/Product.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Eigen/src/Core/Product.h b/Eigen/src/Core/Product.h
index 7cfdee6cf..d7f17dd28 100644
--- a/Eigen/src/Core/Product.h
+++ b/Eigen/src/Core/Product.h
@@ -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;